X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=80d6a3406b34a333e06d06fc59a95c2ebd8be632;hb=bd7bec4c367d671a9da358584e98a8ec29bb641e;hp=e33d5e02292970794345e3d62e489a6489ad36ff;hpb=745e3abcf3563cd15ebb92316d6dd800d8199340;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index e33d5e02..80d6a340 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.h,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:05 $ - Version: $Revision: 1.33 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.34 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,7 +56,7 @@ public: bool IsVROfStringRepresentable(VRKey const &tested); /// \brief Simple predicate that checks whether the given argument - /// corresponds to the Value Representation of a \ref SeqEntry + /// corresponds to the Value Representation of a SeqEntry bool IsVROfSequence(VRKey const &tested) { return tested == "SQ"; } // Remove inline optimization for VS6