]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.h
* src/*.h : add comments
[gdcm.git] / src / gdcmTS.h
index 6380c07c82328e2834cd6e87cf2ffd84e3af8472..fde45c6b33b4c5ff7c7c4a7e7b4c2fb733e8085b 100644 (file)
@@ -11,8 +11,10 @@ typedef std::string TSKey;
 typedef std::string TSAtr;
 typedef std::map<TSKey, TSAtr> TSHT;    // Transfert Syntax Hash Table
 
-/// Container for dicom Transfert Syntax Hash Table
-/// \note   This is a singleton
+/*
+ * Container for dicom Transfert Syntax Hash Table
+ * \note   This is a singleton
+ */
 class GDCM_EXPORT gdcmTS {
 private:
    TSHT ts;