[fdo-commits] r799 - branches/3.2.1/Fdo/Unmanaged/Inc/Geometry/Fgf

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Feb 21 20:35:39 EST 2007


Author: gregboone
Date: 2007-02-21 20:35:39 -0500 (Wed, 21 Feb 2007)
New Revision: 799

Modified:
   branches/3.2.1/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h
Log:
FDO4: Update API documentation generation process

Modified: branches/3.2.1/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h
===================================================================
--- branches/3.2.1/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h	2007-02-22 01:33:01 UTC (rev 798)
+++ branches/3.2.1/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h	2007-02-22 01:35:39 UTC (rev 799)
@@ -520,17 +520,15 @@
     /// Pool this array, released from some geometry.
     FDO_GEOM_API virtual void TakeReleasedByteArray(FdoByteArray * byteArray);
 
-protected:
 /// \cond DOXYGEN-IGNORE
+protected:
+
     FdoFgfGeometryFactory2 *         m_private;
-/// \endcond
 
     FDO_GEOM_API void Dispose();
 
-/// \cond DOXYGEN-IGNORE
     /// Union of public CreateGeometryFromFgf methods. One of byteArray or byteArrayData must be non-NULL.
     FdoIGeometry * CreateGeometryFromFgf(FdoByteArray * byteArray, const FdoByte * byteArrayData, FdoInt32 count);
-/// \endcond
 
     /// \brief
     /// Constructs a default instance of a FdoFgfGeometryFactory.
@@ -548,7 +546,6 @@
     /// 
     FDO_GEOM_API ~FdoFgfGeometryFactory();
 
-/// \cond DOXYGEN-IGNORE
     /// Constructor for a private instance.
     FdoFgfGeometryFactory(
         FdoInt32 numGeometries,
@@ -556,6 +553,7 @@
         FdoInt32 numEnvelopes,
         FdoInt32 numCurveSegments,
         FdoInt32 numRings);
+
 /// \endcond
 
 };



More information about the fdo-commits mailing list