[mapguide-commits] r1192 - trunk/MgDev/Common/PlatformBase/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 9 17:07:42 EST 2007


Author: philipsharman
Date: 2007-03-09 17:07:42 -0500 (Fri, 09 Mar 2007)
New Revision: 1192

Modified:
   trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h
Log:
1) Added summary comments for 4 methods that didn't have them.
2) Removed a few redundant Doxygen commands in the comments.

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h	2007-03-09 19:15:18 UTC (rev 1191)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h	2007-03-09 22:07:42 UTC (rev 1192)
@@ -139,6 +139,7 @@
 
     /////////////////////////////////////////////////////////////////
     /// \brief
+    /// Add a single selection to the set where the identity property is a 16-bit integer.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
@@ -155,6 +156,7 @@
 
     /////////////////////////////////////////////////////////////////
     /// \brief
+    /// Add a single selection to the set where the identity property is a 32-bit integer.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
@@ -171,6 +173,7 @@
 
     /////////////////////////////////////////////////////////////////
     /// \brief
+    /// Add a single selection to the set where the identity property is a 64-bit integer.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
@@ -187,6 +190,7 @@
 
     /////////////////////////////////////////////////////////////////
     /// \brief
+    /// Add a single selection to the set where the identity property is a string.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
@@ -342,8 +346,6 @@
     /// is the name that was specified when \link MgMapBase::Create Create \endlink
     /// was called to create the map object.
     ///
-    /// <!-- Example (PHP) -->
-    /// \htmlinclude PHPExampleTop.html
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
     /// virtual void Open(MgResourceService resourceService, string mapName);
@@ -358,8 +360,6 @@
     /// \return
     /// Returns nothing.
     ///
-    /// \htmlinclude ExampleBottom.html
-    ///
     virtual void Open(MgResourceService* resourceService, CREFSTRING mapName);
 
     /////////////////////////////////////////////////////////////////
@@ -374,8 +374,6 @@
     /// is the name that was specified when \link MgMapBase::Create Create \endlink
     /// was called to create the map object.
     ///
-    /// <!-- Example (PHP) -->
-    /// \htmlinclude PHPExampleTop.html
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
     /// virtual void Save(MgResourceService resourceService, string mapName);
@@ -390,8 +388,6 @@
     /// \return
     /// Returns nothing.
     ///
-    /// \htmlinclude ExampleBottom.html
-    ///
     virtual void Save(MgResourceService* resourceService, CREFSTRING mapName);
 
     /////////////////////////////////////////////////////////////////



More information about the mapguide-commits mailing list