]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
avoid Doxygen Warnings
[gdcm.git] / src / gdcmDicomDirImage.h
index 573cc64fee4b56622469dc11051355e576c32e7c..86ae4e6356e9a42550c8a151d1afaa41bd1601fa 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/25 14:52:33 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2007/08/22 16:14:03 $
+  Version:   $Revision: 1.20 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
                                                                                 
 =========================================================================*/
 
-#ifndef GDCMDICOMIMAGE_H
-#define GDCMDICOMIMAGE_H
+#ifndef _GDCMDICOMIMAGE_H_
+#define _GDCMDICOMIMAGE_H_
 
 #include "gdcmDicomDirObject.h"
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 //-----------------------------------------------------------------------------
 /**
@@ -33,6 +33,7 @@ namespace gdcm
    gdcmTypeMacro(DicomDirImage);
 
 public:
+/// \brief Constructs a DicomDirImage with a RefCounter
    static DicomDirImage *New(bool empty=false) {return new DicomDirImage(empty);}
 
    void Print(std::ostream &os = std::cout, std::string const &indent = "" );