[fdo-commits] r693 - branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Jan 31 17:27:13 EST 2007


Author: gregboone
Date: 2007-01-31 17:27:12 -0500 (Wed, 31 Jan 2007)
New Revision: 693

Modified:
   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/Runtime/ProtocolExt.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h	2007-01-30 23:03:01 UTC (rev 692)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Runtime/ProtocolExt.h	2007-01-31 22:27:12 UTC (rev 693)
@@ -18,6 +18,8 @@
 
 #pragma once
 
+/// \cond DOXYGEN-IGNORE
+
 template <typename WrapperType, typename Base>
 class VirtualObject : public Base
 {
@@ -70,4 +72,5 @@
 
 };
 
+/// \endcond
 



More information about the fdo-commits mailing list