From 951472bd3d27164b71769d1285b4ea9526cee5c7 Mon Sep 17 00:00:00 2001
From: boldyrev <alexey.boldyrev@cern.ch>
Date: Mon, 10 Apr 2017 12:16:52 +0300
Subject: [PATCH] Escape of xml/html tags in Doxygen comment blocks

Former-commit-id: 661e47932410c2e1548defc40eb210f670ec11c7
---
 .../InDetAdaptiveMultiPriVxFinderTool.h                     | 6 +++---
 .../D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v1.h       | 2 +-
 .../D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v2.h       | 2 +-
 docs/doxyfile                                               | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/InnerDetector/InDetRecTools/InDetPriVxFinderTool/InDetPriVxFinderTool/InDetAdaptiveMultiPriVxFinderTool.h b/InnerDetector/InDetRecTools/InDetPriVxFinderTool/InDetPriVxFinderTool/InDetAdaptiveMultiPriVxFinderTool.h
index 42befd064a5..94a878b20f4 100755
--- a/InnerDetector/InDetRecTools/InDetPriVxFinderTool/InDetPriVxFinderTool/InDetAdaptiveMultiPriVxFinderTool.h
+++ b/InnerDetector/InDetRecTools/InDetPriVxFinderTool/InDetPriVxFinderTool/InDetAdaptiveMultiPriVxFinderTool.h
@@ -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
diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v1.h b/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v1.h
index e599e70fe19..5c1723eb90b 100644
--- a/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v1.h
+++ b/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v1.h
@@ -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) $
diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v2.h b/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v2.h
index 0ceaf5564be..e1be9f298f0 100644
--- a/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v2.h
+++ b/PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/RootReaderD3PD_v2.h
@@ -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) $$
diff --git a/docs/doxyfile b/docs/doxyfile
index f4b7d20add9..6a32dfaa16a 100644
--- a/docs/doxyfile
+++ b/docs/doxyfile
@@ -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
-- 
GitLab