[mapguide-commits] r9216 - in trunk/MgDev/Common: Geometry MapGuideCommon/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jun 15 09:02:13 PDT 2017


Author: jng
Date: 2017-06-15 09:02:13 -0700 (Thu, 15 Jun 2017)
New Revision: 9216

Modified:
   trunk/MgDev/Common/Geometry/GeometrySimplificationAlgorithmType.h
   trunk/MgDev/Common/Geometry/GeometrySimplifier.h
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
Log:
Tidy up doxygen docs for newly introduced APIs

Modified: trunk/MgDev/Common/Geometry/GeometrySimplificationAlgorithmType.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometrySimplificationAlgorithmType.h	2017-06-15 15:48:18 UTC (rev 9215)
+++ trunk/MgDev/Common/Geometry/GeometrySimplificationAlgorithmType.h	2017-06-15 16:02:13 UTC (rev 9216)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2011 by Autodesk, Inc.
+//  Copyright (C) 2004-2015 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser
@@ -18,7 +18,10 @@
 #ifndef _MGGEOMETRYSIMPLIFICATIONALGORITHMTYPE_H_
 #define _MGGEOMETRYSIMPLIFICATIONALGORITHMTYPE_H_
 
-/// \cond INTERNAL
+/// \defgroup MgGeometrySimplificationAlgorithmType MgGeometrySimplificationAlgorithmType
+/// \ingroup Geometry_Module_classes
+/// \{
+
 ////////////////////////////////////////////////////////////
 /// \brief
 /// MgGeometrySimplificationAlgorithmType defines constants indicating
@@ -40,6 +43,6 @@
     ///
     static const INT32 TopologyPreserving = 1;
 };
-/// \endcond
+/// \}
 
 #endif //_MGGEOMETRYSIMPLIFICATIONALGORITHMTYPE_H_
\ No newline at end of file

Modified: trunk/MgDev/Common/Geometry/GeometrySimplifier.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometrySimplifier.h	2017-06-15 15:48:18 UTC (rev 9215)
+++ trunk/MgDev/Common/Geometry/GeometrySimplifier.h	2017-06-15 16:02:13 UTC (rev 9216)
@@ -18,7 +18,7 @@
 #ifndef _MGGEOMETRYSIMPLIFIER_H_
 #define _MGGEOMETRYSIMPLIFIER_H_
 
-/// \defgroup MgAgfReaderWriter MgAgfReaderWriter
+/// \defgroup MgGeometrySimplifier MgGeometrySimplifier
 /// \ingroup Geometry_Module_classes
 /// \{
 

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2017-06-15 15:48:18 UTC (rev 9215)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2017-06-15 16:02:13 UTC (rev 9216)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2011 by Autodesk, Inc.
+//  Copyright (C) 2004-2017 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser
@@ -354,7 +354,7 @@
     //////////////////////////////////////////////////////////////////
     /// \brief
     /// Initializes a new MgMap object given a map definition or tile set
-    /// definition and a name for the map with initial display parameters set. 
+    /// definition and a name for the map with initial display parameters set.
     /// This method is used for MapGuide Viewers or for offline map production.
     ///
     /// \remarks
@@ -392,6 +392,8 @@
     /// \param dpi
     /// The display DPI to initially set for the map
     ///
+    /// \since 3.3
+    ///
     /// \return
     /// Returns nothing.
     ///
@@ -481,9 +483,9 @@
 
     //////////////////////////////////////////////////////////////////
     /// \brief
-    /// Returns the resource id of the Tile Set Definition that created 
-    /// this map, or the Tile Set Definition linked from the Map Definition 
-    /// used to created this map. If it was created from a Map Definition and 
+    /// Returns the resource id of the Tile Set Definition that created
+    /// this map, or the Tile Set Definition linked from the Map Definition
+    /// used to created this map. If it was created from a Map Definition and
     /// that does not link to a Tile Set Definition, then NULL is returned.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->



More information about the mapguide-commits mailing list