[mapguide-commits] r8057 - in trunk/MgDev: Common/MapGuideCommon/Services Common/PlatformBase/MapLayer Doc/group_and_page_definitions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 17 07:54:21 PDT 2014


Author: jng
Date: 2014-04-17 07:54:20 -0700 (Thu, 17 Apr 2014)
New Revision: 8057

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h
   trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h
   trunk/MgDev/Doc/group_and_page_definitions/define_groups.h
Log:
#2097: Finish API documentation cleanup

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h	2014-04-17 13:48:59 UTC (rev 8056)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h	2014-04-17 14:54:20 UTC (rev 8057)
@@ -709,6 +709,7 @@
 
 public:
 
+    /// \cond INTERNAL
     //////////////////////////////////////////////////////////////////
     /// Enumerations
     enum OperationId
@@ -729,6 +730,7 @@
         opIdDescribeRuntimeMap      =  0x1111EE10,
         opIdDescribeRuntimeMap2     =  0x1111EE11
     };
+    /// \endcond
 };
 /// \}
 

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2014-04-17 13:48:59 UTC (rev 8056)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2014-04-17 14:54:20 UTC (rev 8057)
@@ -20,7 +20,7 @@
 
 #include "Foundation.h"
 
-
+///\cond INTERNAL
 class MgServerConnectionEventHandler : public ACE_Event_Handler
 {
 public:
@@ -39,5 +39,6 @@
     // MgServerConnectionEventHandler(const MgServerConnectionEventHandler&);
     // MgServerConnectionEventHandler& operator=(const MgServerConnectionEventHandler&);
 };
+///\endcond
 
 #endif

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h	2014-04-17 13:48:59 UTC (rev 8056)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h	2014-04-17 14:54:20 UTC (rev 8057)
@@ -18,6 +18,8 @@
 #ifndef MGSERVERINFORMATION_H_
 #define MGSERVERINFORMATION_H_
 
+/// \cond INTERNAL
+
 class MgServerInformation;
 template class MG_MAPGUIDE_API Ptr<MgServerInformation>;
 
@@ -77,7 +79,6 @@
     static const INT32 ProfilingService     = 0x00000104;
 };
 
-/// \cond INTERNAL
 /////////////////////////////////////////////////////////////////
 /// \brief
 /// This class manages server information.  Information includes the server

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h	2014-04-17 13:48:59 UTC (rev 8056)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h	2014-04-17 14:54:20 UTC (rev 8057)
@@ -22,8 +22,10 @@
 #ifndef _MG_READ_ONLY_LAYER_COLLECTION_H_
 #define _MG_READ_ONLY_LAYER_COLLECTION_H_
 
+///\cond INTERNAL
 class MgReadOnlyLayerCollection;
 template class MG_PLATFORMBASE_API Ptr<MgReadOnlyLayerCollection>;
+///\endcond
 
 /////////////////////////////////////////////////////////////////
 /// \brief

Modified: trunk/MgDev/Doc/group_and_page_definitions/define_groups.h
===================================================================
--- trunk/MgDev/Doc/group_and_page_definitions/define_groups.h	2014-04-17 13:48:59 UTC (rev 8056)
+++ trunk/MgDev/Doc/group_and_page_definitions/define_groups.h	2014-04-17 14:54:20 UTC (rev 8057)
@@ -1,82 +1,84 @@
 /**
-	\if DESKTOPAPI
-	<!-- ------------ DESKTOP PLATFORM -------------- -->
-	\defgroup Desktop_Module Desktop Platform
-	\endif
+    \if DESKTOPAPI
+    
+    <!-- ------------ DESKTOP PLATFORM -------------- -->
+    \defgroup Desktop_Module Desktop Platform
+    
+    \endif
 
-	<!-- ------------ MAPS AND LAYERS------------- -->
-	\defgroup Maps_and_Layers_Module Maps and Layers
+    <!-- ------------ MAPS AND LAYERS------------- -->
+    \defgroup Maps_and_Layers_Module Maps and Layers
 
-	<!-- ------------ RESOURCE SERVICE ------------- -->
-	\defgroup Resource_Service_Module Resource Service
-  	
-	<!-- ------------ FEATURE SERVICE ---------------- -->
-	\defgroup Feature_Service_Module Feature Service
+    <!-- ------------ RESOURCE SERVICE ------------- -->
+    \defgroup Resource_Service_Module Resource Service
+    
+    <!-- ------------ FEATURE SERVICE ---------------- -->
+    \defgroup Feature_Service_Module Feature Service
 
-	<!-- ------------ FEATURE PROPERTIES ------------ -->
-	\defgroup Feature_Properties_Module Feature Properties
+    <!-- ------------ FEATURE PROPERTIES ------------ -->
+    \defgroup Feature_Properties_Module Feature Properties
 
-	<!-- ------------ FEATURE SCHEMA ---------------- -->
-	\defgroup Feature_Schema_Module Feature Schema
+    <!-- ------------ FEATURE SCHEMA ---------------- -->
+    \defgroup Feature_Schema_Module Feature Schema
 
-	\if MAPGUIDEAPI
+    \if MAPGUIDEAPI
 
-	<!-- ------------ DRAWING SERVICE --------------- -->
- 	\defgroup Drawing_Service_Module Drawing Service
-	 	The Drawing Service allows low level access to \link drawing_source drawing sources \endlink
-		(DWF data).
- 	
-	<!-- ------------ MAPPING SERVICE --------------- -->
-	\defgroup Mapping_Service_Module Mapping Service
+    <!-- ------------ DRAWING SERVICE --------------- -->
+    \defgroup Drawing_Service_Module Drawing Service
+        The Drawing Service allows low level access to \link drawing_source drawing sources \endlink
+        (DWF data).
+    
+    <!-- ------------ MAPPING SERVICE --------------- -->
+    \defgroup Mapping_Service_Module Mapping Service
 
-	<!-- ------------ PROFILING SERVICE ------------- -->
-	\defgroup Profiling_Service_Module Profiling Service
+    <!-- ------------ PROFILING SERVICE ------------- -->
+    \defgroup Profiling_Service_Module Profiling Service
 
-	<!-- ------------ RENDERING SERVICE ------------- -->
-	\defgroup Rendering_Service_Module Rendering Service
-		The Rendering Service renders a map into a bitmapped image
-		for use in browsers that do not use the DWF Viewer.
+    <!-- ------------ RENDERING SERVICE ------------- -->
+    \defgroup Rendering_Service_Module Rendering Service
+        The Rendering Service renders a map into a bitmapped image
+        for use in browsers that do not use the DWF Viewer.
 
-	<!-- ------------ SITE SERVICE ------------------ -->
-	\defgroup Site_Service_Module Site Service
-		The Site Service configures users, groups, and user sessions. 
-		
-	<!-- ------------ TILE SERVICE ------------------ -->
-	\defgroup Tile_Service_Module Tile Service
-		The Tile Service supports smooth pans and zooms	in the AJAX Viewer.
+    <!-- ------------ SITE SERVICE ------------------ -->
+    \defgroup Site_Service_Module Site Service
+        The Site Service configures users, groups, and user sessions. 
+        
+    <!-- ------------ TILE SERVICE ------------------ -->
+    \defgroup Tile_Service_Module Tile Service
+        The Tile Service supports smooth pans and zooms	in the AJAX Viewer.
 
-	\endif
+    \endif
 
-	<!-- ------------ COORDINATE SYSTEM ------------- -->
-	\defgroup Coordinate_System_Module Coordinate System
-		The Coordinate System classes support coordinate system transformations.
+    <!-- ------------ COORDINATE SYSTEM ------------- -->
+    \defgroup Coordinate_System_Module Coordinate System
+        The Coordinate System classes support coordinate system transformations.
 
-	<!-- ------------ GEOMETRY ---------------------- -->
-	\defgroup Geometry_Module Geometry
+    <!-- ------------ GEOMETRY ---------------------- -->
+    \defgroup Geometry_Module Geometry
 
-	<!-- ------------ COLLECTIONS ------------------- -->
-	\defgroup Collections_Module Collections
+    <!-- ------------ COLLECTIONS ------------------- -->
+    \defgroup Collections_Module Collections
 
-	<!-- ------------ COMMON  --------------- -->
-	\defgroup Common_Module Common
-		This section lists various utility classes.
+    <!-- ------------ COMMON  --------------- -->
+    \defgroup Common_Module Common
+        This section lists various utility classes.
 
-	<!-- ------------ EXCEPTIONS -------------------- -->
-	\defgroup Exceptions_Module Exceptions
-		This section lists all the exceptions that can be generated.
+    <!-- ------------ EXCEPTIONS -------------------- -->
+    \defgroup Exceptions_Module Exceptions
+        This section lists all the exceptions that can be generated.
 
-	<!-- ------------ XML SCHEMAS ------------------- -->
-	\defgroup XML_Schemas_Module XML Schemas
-		This section lists the the XML schemas used in the Web Tier API.
+    <!-- ------------ XML SCHEMAS ------------------- -->
+    \defgroup XML_Schemas_Module XML Schemas
+        This section lists the the XML schemas used in the Web Tier API.
 
-	<!-- ------------ GLOSSARY -------------------- -->
-	\defgroup Glossary_Module Glossary
+    <!-- ------------ GLOSSARY -------------------- -->
+    \defgroup Glossary_Module Glossary
 
- 	<!-- ------------ BIBLIOGRRAPHY ---------------- -->
- 	\defgroup Bibliography_Module Bibliography
+    <!-- ------------ BIBLIOGRRAPHY ---------------- -->
+    \defgroup Bibliography_Module Bibliography
 
 
-	
+    
 
  **/
 



More information about the mapguide-commits mailing list