Print

Print


Commit in lcdd/include on MAIN
G4LimitSet.hh+2-11.1 -> 1.2
LimitParamType.hh+5-11.1 -> 1.2
limitset.hh+3-11.1 -> 1.2
+10-3
3 modified files
Added doxygen comments.

lcdd/include
G4LimitSet.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- G4LimitSet.hh	9 Jul 2005 00:25:55 -0000	1.1
+++ G4LimitSet.hh	31 Aug 2005 22:48:14 -0000	1.2
@@ -8,7 +8,8 @@
 #include <string>
 
 /**
- * G4UserLimits Looks up limits by particle type taken from the G4Track.
+ * @class G4LimitSet
+ * @brief Looks up physics limits by particle type from the G4Track.
  */
 
 class G4LimitSet : public G4UserLimits

lcdd/include
LimitParamType.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- LimitParamType.hh	9 Jul 2005 00:25:55 -0000	1.1
+++ LimitParamType.hh	31 Aug 2005 22:48:14 -0000	1.2
@@ -1,10 +1,14 @@
-// $Header: /cvs/lcd/lcdd/include/LimitParamType.hh,v 1.1 2005/07/09 00:25:55 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/LimitParamType.hh,v 1.2 2005/08/31 22:48:14 jeremy Exp $
 #ifndef LimitParamType_hh
 #define LimitParamType_hh 1
 
 #include <string>
 #include <vector>
 
+/**
+ * @class LimitParamType
+ * @brief The LimitParamType from the lcdd_limits.lcdd subschema.
+ */
 class LimitParamType
 {
 public:

lcdd/include
limitset.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- limitset.hh	9 Jul 2005 00:25:56 -0000	1.1
+++ limitset.hh	31 Aug 2005 22:48:14 -0000	1.2
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/limitset.hh,v 1.1 2005/07/09 00:25:56 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/limitset.hh,v 1.2 2005/08/31 22:48:14 jeremy Exp $
 #ifndef limitset_hh
 #define limitset_hh 1
 
@@ -7,6 +7,8 @@
 #include "Saxana/SAXObject.h"
 
 /**
+ * @class limitset
+ * @brief Element limitset from the lcdd_limits.lcdd subschema.
  */
 class limitset : public SAXObject, public LimitSetType
 {
CVSspam 0.2.8