]> Creatis software - gdcm.git/commitdiff
some more doxygenation
authorjpr <jpr>
Fri, 26 Mar 2004 13:49:32 +0000 (13:49 +0000)
committerjpr <jpr>
Fri, 26 Mar 2004 13:49:32 +0000 (13:49 +0000)
src/gdcmUtil.cxx

index ae7f0675aef740e99935503dd8308c155de13eb2..a2c491cc6d14722d7fd12f2ac533e6badee68f64 100644 (file)
@@ -40,7 +40,7 @@ gdcmGlobal gdcmGlob;
 
 /**
  * \ingroup gdcmGlobal
- * \brief   constructor : populates the
+ * \brief   constructor : populates the various H Tables
  */
 gdcmGlobal::gdcmGlobal(void) {
    if (VR || TS || Dicts || ddElem)
@@ -61,19 +61,31 @@ gdcmGlobal::~gdcmGlobal() {
    delete TS;
    delete ddElem;
 }
-
+/**
+ * \ingroup gdcmGlobal
+ * \brief   returns a pointer to the 'Value Representation Table' 
+ */
 gdcmVR *gdcmGlobal::GetVR(void) {
    return VR;
 }
-
+/**
+ * \ingroup gdcmGlobal
+ * \brief   returns a pointer to the 'Transfert Syntax Table' 
+ */
 gdcmTS *gdcmGlobal::GetTS(void) {
    return TS;
 }
-
+/**
+ * \ingroup gdcmGlobal
+ * \brief   returns a pointer to Dictionaries Table 
+ */
 gdcmDictSet *gdcmGlobal::GetDicts(void) {
    return Dicts;
 }
-
+/**
+ * \ingroup gdcmGlobal
+ * \brief   returns a pointer to the DicomDir related elements Table 
+ */
 gdcmDicomDirElement *gdcmGlobal::GetDicomDirElements(void) {
    return ddElem;
 }
@@ -85,6 +97,7 @@ gdcmDicomDirElement *gdcmGlobal::GetDicomDirElements(void) {
  *           from anywhere by whomsoever they can help.
  */
 
+
 /**
  * \ingroup Globals
  * \brief   Because is not yet available in g++2.96