From 9d2ca63e285fea22efe13a580cbea2c16910aded Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Tue, 22 May 2018 16:00:05 +0200
Subject: [PATCH] Update doxygen information for some undocumented classes. Add
 licence header to files where not present.

---
 doc/reference/classes/Geant4Classes.h       | 4 ++++
 examples/DDDB/include/DDDB/DDDBConversion.h | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/reference/classes/Geant4Classes.h b/doc/reference/classes/Geant4Classes.h
index fe1da4393..e8c5b73c2 100644
--- a/doc/reference/classes/Geant4Classes.h
+++ b/doc/reference/classes/Geant4Classes.h
@@ -15,6 +15,10 @@ class G4UImessenger		{};
 /** Class of the Geant4 toolkit. \see http://www-geant4.kek.jp/Reference  */
 class G4UserEventAction		{};
 
+/// Class of the Geant4 toolkit. See http://www-geant4.kek.jp/Reference
+/** Class of the Geant4 toolkit. \see http://www-geant4.kek.jp/Reference  */
+class G4UserLimits		{};
+
 /// Class of the Geant4 toolkit. See http://www-geant4.kek.jp/Reference
 /** Class of the Geant4 toolkit. \see http://www-geant4.kek.jp/Reference  */
 class G4UserRunAction		{};
diff --git a/examples/DDDB/include/DDDB/DDDBConversion.h b/examples/DDDB/include/DDDB/DDDBConversion.h
index 84af3a7a1..f50b21e7a 100644
--- a/examples/DDDB/include/DDDB/DDDBConversion.h
+++ b/examples/DDDB/include/DDDB/DDDBConversion.h
@@ -609,8 +609,8 @@ namespace dd4hep {
       DDDBCatalog *top, *structure, *geometry;
     };
 
-    /// Declaration of a not implemented tag-class to handle conditions
-    class dddb_conditions;
+    /// Declaration of a tag-class to handle conditions
+    class dddb_conditions  {};
 
     template <typename T> class Increment {
     public:
-- 
GitLab