Skip to content
Snippets Groups Projects
Commit 951472bd authored by Alexey Boldyrev's avatar Alexey Boldyrev
Browse files

Escape of xml/html tags in Doxygen comment blocks

Former-commit-id: 661e4793
parent 2df59d67
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
* (giacinto.piacquadio@physik.uni-freiburg.de)
*
* This class provides an implementation for a primary
* vertex finding tool, which uses the <i>Adaptive MultiVertex</i>
* vertex finding tool, which uses the \<i\>Adaptive MultiVertex\</i\>
* Fitter to solve the problem of finding the multiple
* interaction vertices and to find out the best possible
* assignment of the track to the vertices.
......@@ -26,7 +26,7 @@
* are added to the new vertex candidate
* - the new vertex candidate is added on top of the previous fit and
* the AdaptiveMultiVertexFitter is used to fit all them
* together (more information in the <br><i>TrkVertexFitters</br></i>
* together (more information in the \<br\>\<i\>TrkVertexFitters\</br\>\</i\>
* package).
* - the tracks already used are removed from the tracks
* from which the next seed would be obtained and if there
......@@ -71,7 +71,7 @@
*
* bool isInitialized
* MvfFitInfo* MvfFitInfo
* std::Vector<VxTrackAtVertex*> VTAV
* std::Vector\<VxTrackAtVertex*\> VTAV
*
* This last decoration is needed in order to be able to use MVFVxTrackAtVertex objects
* which have the additional information of xAOD::Vertices associated to the track
......
......@@ -18,7 +18,7 @@ namespace D3PD {
*
* Version 1 of the D3PDReader implementation.
*
* @suthor Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
* @author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
*
* $Revision: 462802 $
* $Date: 2011-10-12 18:06:24 +0200 (Wed, 12 Oct 2011) $
......
......@@ -18,7 +18,7 @@ namespace D3PD {
*
* Version 2 of the D3PDReader implementation.
*
* @suthor Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
* @author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
*
* $Revision: 462802 $
* $Date: 2011-10-12 18:06:24 +0200 (Wed, 12 Oct 2011) $$
......
......@@ -58,7 +58,7 @@ PROJECT_LOGO = docs/ATLAS-Logo-Square-Blue-RGB.png
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = docs/
OUTPUT_DIRECTORY = ../docs/
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment