[mapguide-commits] r6989 - branches/2.4/MgDev/Common/Foundation/Data

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Sep 8 08:39:31 PDT 2012


Author: jng
Date: 2012-09-08 08:39:30 -0700 (Sat, 08 Sep 2012)
New Revision: 6989

Modified:
   branches/2.4/MgDev/Common/Foundation/Data/PropertyDefinition.h
Log:
#2097: The \since directive was in the wrong place

Modified: branches/2.4/MgDev/Common/Foundation/Data/PropertyDefinition.h
===================================================================
--- branches/2.4/MgDev/Common/Foundation/Data/PropertyDefinition.h	2012-09-08 13:16:21 UTC (rev 6988)
+++ branches/2.4/MgDev/Common/Foundation/Data/PropertyDefinition.h	2012-09-08 15:39:30 UTC (rev 6989)
@@ -32,8 +32,6 @@
 /// MgPropertyDefinitionCollection so that the latter can be used
 /// to store objects constructed from the concrete property
 /// definition classes.
-///
-/// \since 2.2
 class MG_FOUNDATION_API  MgPropertyDefinition : public MgProperty
 {
     MG_DECL_DYNCREATE();
@@ -202,6 +200,7 @@
     /// \return
     /// Returns nothing.
     ///
+    /// \since 2.2
     void Delete();
 
 EXTERNAL_API:



More information about the mapguide-commits mailing list