[fdo-commits] r715 - in
branches/3.2.x/Fdo/Managed/Src/OSGeo/Common: Io Xml
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Feb 1 20:19:09 EST 2007
Author: gregboone
Date: 2007-02-01 20:19:09 -0500 (Thu, 01 Feb 2007)
New Revision: 715
Modified:
branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Io/VirtualFdoIoStream.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Xml/VirtualSaxHandler.h
Log:
893057: DOC: FDO Managed API Documentation Updates
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Io/VirtualFdoIoStream.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Io/VirtualFdoIoStream.h 2007-02-02 01:15:57 UTC (rev 714)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Io/VirtualFdoIoStream.h 2007-02-02 01:19:09 UTC (rev 715)
@@ -22,8 +22,6 @@
#include "Runtime\ProtocolExt.h"
#include "Common\Io\mgIoStream.h"
-/// \cond DOXYGEN-IGNORE
-
class VirtualFdoIoStream : public VirtualObject <NAMESPACE_OSGEO_COMMON_IO::IoStream, FdoIoStream>
{
public:
@@ -69,5 +67,3 @@
};
-/// \endcond
-
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Xml/VirtualSaxHandler.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Xml/VirtualSaxHandler.h 2007-02-02 01:15:57 UTC (rev 714)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/Xml/VirtualSaxHandler.h 2007-02-02 01:19:09 UTC (rev 715)
@@ -36,8 +36,6 @@
using namespace NAMESPACE_OSGEO_COMMON_XML;
-/// \cond DOXYGEN-IGNORE
-
class VirtualSaxHandler : public VirtualObject <NAMESPACE_OSGEO_COMMON_XML::XmlSaxHandler, FdoXmlSaxHandler>
{
public:
@@ -63,5 +61,3 @@
mutable FdoInt32 wrapperCallBits;
};
-
-/// \endcond
More information about the fdo-commits
mailing list