[fdo-commits] r800 - in branches/3.2.x/Fdo/Managed/Src/OSGeo:
Common FDO/Commands FDO/Commands/UnitOfMeasure
FDO/Connections FDO/Filter FDO/Schema Spatial
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Feb 21 20:38:37 EST 2007
Author: gregboone
Date: 2007-02-21 20:38:37 -0500 (Wed, 21 Feb 2007)
New Revision: 800
Modified:
branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgGeometryType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/UnitOfMeasure/mgBaseUnit.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/mgCommandType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgConnectionState.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgProviderDatastoreType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgUnaryLogicalOperations.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgClassType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDataType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDeleteRule.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgGeometricType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgObjectType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgOrderType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyValueConstraintType.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgSchemaElementState.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/Spatial/mgSpatialGeometryValidity.h
Log:
FDO4: Update API documentation generation process
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgGeometryType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgGeometryType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgGeometryType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,8 +22,8 @@
BEGIN_NAMESPACE_OSGEO_COMMON
/// \endcond
+/// \ingroup (OSGeoFDOCommon)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOCommon)
/// \brief
/// GeometryType is an enumeration to denote the type of a Geometry.
/// \remarks
@@ -67,6 +67,7 @@
GeometryType_MultiCurvePolygon = FdoGeometryType_MultiCurvePolygon
};
+/// \ingroup (OSGeoFDOCommon)
/// \ingroup (enums)
/// \brief
/// Enumeration for components of Geometry.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/UnitOfMeasure/mgBaseUnit.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/UnitOfMeasure/mgBaseUnit.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/UnitOfMeasure/mgBaseUnit.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -24,8 +24,8 @@
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_UNITOFMEASURE
/// \endcond
+/// \ingroup (OSGeoFDOCommandsUnitOfMeasure)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOCommandsUnitOfMeasure)
/// \brief
/// The BaseUnit enumeration defines the well known base unit used to
/// establish a measure unit.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/mgCommandType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/mgCommandType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Commands/mgCommandType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,8 +22,8 @@
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS
/// \endcond
+/// \ingroup (OSGeoFDOCommands)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOCommands)
/// \brief
/// The CommandType enumeration defines the list of abstract commands a feature provider can support.
public __value enum CommandType {
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgConnectionState.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgConnectionState.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgConnectionState.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,8 +22,8 @@
BEGIN_NAMESPACE_OSGEO_FDO_CONNECTIONS
/// \endcond
+/// \ingroup (OSGeoFDOConnections)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOConnections)
/// \brief
/// The ConnectionState enumeration indicates the current state of the connection
public __value enum ConnectionState
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgProviderDatastoreType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgProviderDatastoreType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Connections/mgProviderDatastoreType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -21,8 +21,8 @@
BEGIN_NAMESPACE_OSGEO_FDO_CONNECTIONS
/// \endcond
+/// \ingroup (OSGeoFDOConnections)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOConnections)
/// \brief
/// The ProviderDatastoreType enumeration lists all of the concrete provider
/// types supported by FDO.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgUnaryLogicalOperations.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgUnaryLogicalOperations.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgUnaryLogicalOperations.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,8 +22,8 @@
BEGIN_NAMESPACE_OSGEO_FDO_FILTER
/// \endcond
+/// \ingroup (OSGeoFDOFilter)
/// \ingroup (enums)
-/// \ingroup (OSGeoFDOFilter)
/// \brief
/// The UnaryLogicalOperations enumeration lists the unary logical operations
/// available.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgClassType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgClassType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgClassType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The ClassType enumeration lists all of the concrete class types defined in
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDataType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDataType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDataType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The DataType enumeration lists all of the base data types supported by FDO.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDeleteRule.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDeleteRule.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgDeleteRule.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The DeleteRule enumeration specifies the action to take when a delete
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgGeometricType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgGeometricType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgGeometricType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The GeometricType enumeration categorizes all of the geometry types
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgObjectType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgObjectType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgObjectType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The ObjectType enumeration defines whether an object property is a single
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgOrderType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgOrderType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgOrderType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The OrderType enumeration list contains two values to indicate if the
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The PropertyType enumeration lists the possible types that a Property can be.
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyValueConstraintType.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyValueConstraintType.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgPropertyValueConstraintType.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The PropertyValueConstraintType enumeration categorizes the
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgSchemaElementState.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgSchemaElementState.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Schema/mgSchemaElementState.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_FDO_SCHEMA
/// \endcond
+/// \ingroup (OSGeoFDOSchema)
/// \ingroup (enums)
/// \brief
/// The SchemaElementState enumeration defines the current state of the schema element
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Spatial/mgSpatialGeometryValidity.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Spatial/mgSpatialGeometryValidity.h 2007-02-22 01:35:39 UTC (rev 799)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Spatial/mgSpatialGeometryValidity.h 2007-02-22 01:38:37 UTC (rev 800)
@@ -22,6 +22,7 @@
BEGIN_NAMESPACE_OSGEO_SPATIAL
/// \endcond
+/// \ingroup (OSGeoFDOSpatial)
/// \ingroup (enums)
/// \brief
/// SpatialGeometryValidity is an enumeration to denote the validity of a Geometry
More information about the fdo-commits
mailing list