[fdo-commits] r801 - branches/3.2.x/Fdo/Unmanaged/Inc/Geometry/Fgf
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Feb 21 20:39:48 EST 2007
Author: gregboone
Date: 2007-02-21 20:39:48 -0500 (Wed, 21 Feb 2007)
New Revision: 801
Modified:
branches/3.2.x/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h
Log:
FDO4: Update API documentation generation process
Modified: branches/3.2.x/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h
===================================================================
--- branches/3.2.x/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h 2007-02-22 01:38:37 UTC (rev 800)
+++ branches/3.2.x/Fdo/Unmanaged/Inc/Geometry/Fgf/Factory.h 2007-02-22 01:39:48 UTC (rev 801)
@@ -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