From a32f91d9dfcdacfe2ab9f9be770d2c48eccb71bf Mon Sep 17 00:00:00 2001
From: Nikiforos Nikiforou <Nikiforos.Nikiforou@cern.ch>
Date: Thu, 2 Jul 2015 16:22:01 +0000
Subject: [PATCH] Modified doxygen entries for LayeredCalorimeterStruct

---
 DDRec/include/DDRec/DetectorData.h | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/DDRec/include/DDRec/DetectorData.h b/DDRec/include/DDRec/DetectorData.h
index ae519b3c6..06d84cbe5 100644
--- a/DDRec/include/DDRec/DetectorData.h
+++ b/DDRec/include/DDRec/DetectorData.h
@@ -295,14 +295,19 @@ namespace DD4hep {
        */
       int inner_symmetry ;
 
-      /// inner azimuthal angle of the first module in barrel layout
+      /** Angle of the experimental hall floor with the inner face closest to it
+       *  inner_phi0=0 corresponds to a face parallel to the floor
+       */
       double  inner_phi0  ;
       
-      /// outer azimuthal angle of the first module in barrel layout
+      /** Angle of the experimental hall floor with the outer face closest to it
+       *  outer_phi0=0 corresponds to a face parallel to the floor
+       */      
       double  outer_phi0  ;
       
-      /// azimuthal angle of the first module in barrel layout
-      /// DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
+      /** Azimuthal angle of the first module in barrel layout
+       *  DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
+       */
       double  phi0  ;
       
       /// Gap between modules(eg. stave gap) in the phi-direction
-- 
GitLab