]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragment.h
ENH: do not run dash
[gdcm.git] / src / gdcmJPEGFragment.h
index ea16b361cacbbd80b4941852714062e9a2ecc393..e4b271bc988dc17ca6113b3210d657c33d10beeb 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragment.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:10 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2007/09/17 12:16:01 $
+  Version:   $Revision: 1.23 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -17,8 +17,8 @@
 =========================================================================*/
 
 
-#ifndef GDCMJPEGFRAGMENT_H
-#define GDCMJPEGFRAGMENT_H
+#ifndef _GDCMJPEGFRAGMENT_H_
+#define _GDCMJPEGFRAGMENT_H_
 
 #include "gdcmBase.h"
 
@@ -37,9 +37,9 @@ namespace GDCM_NAME_SPACE
  *
  *        Each instance of this class (they can be as many instances for
  *        a given Document as they are JPEG fragments and they are
- *        collected in a \ref JPEGFragmentsInfo )
+ *        collected in a JPEGFragmentsInfo )
  */
-   class GDCM_EXPORT JPEGFragment : public Base
+class GDCM_EXPORT JPEGFragment : public Base
 {
 public:
    JPEGFragment();