[fdo-commits] r716 - in branches/3.2.x/Fdo/Managed/Src/OSGeo:
Common Geometry Runtime
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Feb 1 20:21:00 EST 2007
Author: gregboone
Date: 2007-02-01 20:21:00 -0500 (Thu, 01 Feb 2007)
New Revision: 716
Modified:
branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/stdafx.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/Geometry/stdafx.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h
Log:
893057: DOC: FDO Managed API Documentation Updates
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/stdafx.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/stdafx.h 2007-02-02 01:19:09 UTC (rev 715)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/stdafx.h 2007-02-02 01:21:00 UTC (rev 716)
@@ -18,8 +18,6 @@
#pragma once
-/// \cond DOXYGEN-IGNORE
-
#define _CRT_SECURE_NO_DEPRECATE
#include <vcclr.h>
@@ -37,5 +35,3 @@
#ifndef NULL
#define NULL 0
#endif
-
-/// \endcond
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Geometry/stdafx.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Geometry/stdafx.h 2007-02-02 01:19:09 UTC (rev 715)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Geometry/stdafx.h 2007-02-02 01:21:00 UTC (rev 716)
@@ -18,8 +18,6 @@
#pragma once
-/// \cond DOXYGEN-IGNORE
-
#define _CRT_SECURE_NO_DEPRECATE
#include <vcclr.h>
@@ -41,5 +39,3 @@
#define NULL 0
#endif
-/// \endcond
-
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h 2007-02-02 01:19:09 UTC (rev 715)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h 2007-02-02 01:21:00 UTC (rev 716)
@@ -18,8 +18,6 @@
#pragma once
-/// \cond DOXYGEN-IGNORE
-
template <typename WrapperType, typename Base>
class VirtualObject : public Base
{
@@ -72,5 +70,3 @@
};
-/// \endcond
-
More information about the fdo-commits
mailing list