[fdo-commits] r694 - branches/3.2.x/Fdo/Managed/Src
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Jan 31 17:56:42 EST 2007
Author: gregboone
Date: 2007-01-31 17:56:42 -0500 (Wed, 31 Jan 2007)
New Revision: 694
Modified:
branches/3.2.x/Fdo/Managed/Src/CommonNamespace.h
branches/3.2.x/Fdo/Managed/Src/CommonUtilities.h
Log:
893057: DOC: FDO Managed API Documentation Updates
Modified: branches/3.2.x/Fdo/Managed/Src/CommonNamespace.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/CommonNamespace.h 2007-01-31 22:27:12 UTC (rev 693)
+++ branches/3.2.x/Fdo/Managed/Src/CommonNamespace.h 2007-01-31 22:56:42 UTC (rev 694)
@@ -169,6 +169,8 @@
// Spatial
#define NAMESPACE_OSGEO_SPATIAL NAMESPACE_OSGEO_FDO::Spatial
+/// \cond DOXYGEN-IGNORE
+
//----------------------------------------------------------------
// Exception handler definition
//----------------------------------------------------------------
@@ -189,4 +191,4 @@
//---------------------------------------------------------------
#define CHECK_STRING(result) NULL == result ? static_cast<System::String*>(NULL) : result;
-
+/// \endcond
Modified: branches/3.2.x/Fdo/Managed/Src/CommonUtilities.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/CommonUtilities.h 2007-01-31 22:27:12 UTC (rev 693)
+++ branches/3.2.x/Fdo/Managed/Src/CommonUtilities.h 2007-01-31 22:56:42 UTC (rev 694)
@@ -21,6 +21,8 @@
#include <string.h>
#include <FdoCommon.h>
+/// \cond DOXYGEN-IGNORE
+
class StringToUni
{
private:
@@ -136,4 +138,4 @@
return bb;
}
-
+/// \endcond
More information about the fdo-commits
mailing list