[fdo-commits] r2529 - trunk/Fdo/Unmanaged/Inc/Fdo/Schema

svn_fdo at osgeo.org svn_fdo at osgeo.org
Thu Feb 15 15:01:49 EST 2007


Author: gregboone
Date: 2007-02-15 15:01:49 -0500 (Thu, 15 Feb 2007)
New Revision: 2529

Modified:
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AssociationPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AutogenerationException.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Class.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCapabilities.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinitionCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DeleteRule.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClassCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchema.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchemaCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/MergeContext.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkFeatureClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLayerClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLinkFeatureClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkNodeFeatureClass.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/OrderType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinitionCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyValueConstraintType.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/RasterPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaAttributeDictionary.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaCollection.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElement.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElementState.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaException.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoFeaturePropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoGeometryPropertyDefinition.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Topology.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraint.h
   trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraintCollection.h
Log:
FDO4: API - Update API documentation included in the FDO header files

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AssociationPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AssociationPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AssociationPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -345,6 +345,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoAssociationPropertyP is a FdoPtr on FdoAssociationPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoAssociationPropertyDefinition> FdoAssociationPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AutogenerationException.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AutogenerationException.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/AutogenerationException.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -33,8 +33,8 @@
 /// or possibly because of provider-specific errors.
 class FdoAutogenerationException : public FdoSchemaException
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoAutogenerationException.
     FdoAutogenerationException();
 
@@ -85,6 +85,7 @@
     FDO_API static FdoAutogenerationException* Create(FdoString* name, FdoException* cause);
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoSchemaExceptionP is a FdoPtr on FdoAutogenerationException, provided for convenience.
 typedef FdoPtr<FdoAutogenerationException> FdoAutogenerationExceptionP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Class.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Class.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Class.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -35,8 +35,8 @@
 /// commands. The Class type does not pre-define any base properties.
 class FdoClass : public FdoClassDefinition
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoClass.
     FdoClass();
 
@@ -79,6 +79,7 @@
     FDO_API virtual FdoClassType GetClassType();
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML support
 
     /// Initialize this class from its XML attributes
@@ -89,6 +90,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoClassP is a FdoPtr on FdoClass, provided for convenience.
 typedef FdoPtr<FdoClass> FdoClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCapabilities.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCapabilities.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCapabilities.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -146,6 +146,7 @@
 
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoClassCapabilitiesP is a FdoPtr on FdoClassCapabilities, provided for convenience.
 typedef FdoPtr<FdoClassCapabilities> FdoClassCapabilitiesP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -66,6 +66,7 @@
     FDO_API static FdoClassCollection* Create(FdoSchemaElement* parent);
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoClassesP is a FdoPtr on FdoClassCollection, provided for convenience.
 typedef FdoPtr<FdoClassCollection> FdoClassesP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -47,8 +47,8 @@
     friend class FdoRelation;
     friend class FdoObjectPropertyDefinition;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of a ClassDefinition.
     FdoClassDefinition();
 
@@ -227,6 +227,7 @@
     FDO_API FdoUniqueConstraintCollection* GetUniqueConstraints();
 
 /// \cond DOXYGEN-IGNORE
+
     // Public non-API functions for XML and Schema Merge support
 
     // Update a class definition from the given definition.
@@ -318,6 +319,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoClassDefinitionP is a FdoPtr on FdoClassDefinition, provided for convenience.
 typedef FdoPtr<FdoClassDefinition> FdoClassDefinitionP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ClassType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,27 +22,10 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoClassType enumeration lists all of the concrete class types defined in
 /// the Schema package.
-/// <param name="FdoClassType_Class">
-/// Represents the concrete class type Class
-/// </param>
-/// <param name="FdoClassType_FeatureClass">
-/// Represents the concrete class type FeatureClass
-/// </param>
-/// <param name="FdoClassType_NetworkClass">
-/// Represents the concrete class type NetworkClass
-/// </param>
-/// <param name="FdoClassType_NetworkLayerClass">
-/// Represents the concrete class type NetworkLayerClass
-/// </param>
-/// <param name="FdoClassType_NetworkNodeClass">
-/// Represents the concrete class type NetworkNodeClass
-/// </param>
-/// <param name="FdoClassType_NetworkLinkClass">
-/// Represents the concrete class type NetworkLinkClass
-/// </param>
 enum FdoClassType
 {
     /// Represents the concrete class type Class.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -38,8 +38,8 @@
     template <class OBJ> friend class FdoSchemaCollection;
     friend class FdoObjectPropertyDefinition;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoDataPropertyDefinition.
     FdoDataPropertyDefinition();
 
@@ -333,6 +333,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoDataPropertyP is a FdoPtr on FdoDataPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoDataPropertyDefinition> FdoDataPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinitionCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinitionCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataPropertyDefinitionCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -116,6 +116,7 @@
     FDO_API virtual void Insert(FdoInt32 index, FdoDataPropertyDefinition* value);
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoDataPropertiesP is a FdoPtr on FdoDataPropertyDefinitionCollection, provided for convenience.
 typedef FdoPtr<FdoDataPropertyDefinitionCollection> FdoDataPropertiesP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DataType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,48 +22,9 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoDataType enumeration lists all of the base data types supported by FDO.
-/// <param name="FdoDataType_Boolean">
-/// Represents a Boolean value of true or false
-/// </param>
-/// <param name="FdoDataType_Byte">
-/// Represents unsigned 8-bit integers with values between 0 and 255
-/// </param>
-/// <param name="FdoDataType_DateTime">
-/// Represents a date and time value
-/// </param>
-/// <param name="FdoDataType_Decimal">
-/// Represents values ranging from 1.0 x 10^-28 to approximately 7.9 x 10^28, 
-/// with 28-29 significant digits
-/// </param>
-/// <param name="FdoDataType_Double">
-/// Represents a floating point value ranging from approximately 5.0 
-/// x 10^-324 to 1.7 x 10^308 with a precision of 15-16 digits
-/// </param>
-/// <param name="FdoDataType_Int16">
-/// Represents signed 16-bit integers with values between -32768 and 32767
-/// </param>
-/// <param name="FdoDataType_Int32">
-/// Represents signed 32-bit integers with values between -2147483648 and 2147483647
-/// </param>
-/// <param name="FdoDataType_Int64">
-/// Represents signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807
-/// </param>
-/// <param name="FdoDataType_Single">
-/// Represents floating point values ranging from approximately 1.5 x 10^-45
-/// to 3.4 x 10^38, with a precision of 7 digits
-/// </param>
-/// <param name="FdoDataType_String">
-/// Represents a Unicode character string
-/// </param>
-/// <param name="FdoDataType_BLOB">
-/// Represents a binary large object stored as a collection of bytes
-/// </param>
-/// <param name="FdoDataType_CLOB">
-/// Represents a character large object stored as a collection of
-/// characters
-/// </param>
 enum FdoDataType
 {
     /// Represents a Boolean value of true or false.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DeleteRule.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DeleteRule.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/DeleteRule.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,19 +22,11 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoDeleteRule enumeration specifies the action to take when a delete
 /// operation is executed on the class instance at the other end of the
 /// relation.
-/// <param name="FdoDeleteRule_Cascade">
-/// Cascade the delete operation to class instances at this end of the relation
-/// </param>
-/// <param name="FdoDeleteRule_Prevent">
-/// Prevent the delete operation if there are class instances at this end of the relation
-/// </param>
-/// <param name="FdoDeleteRule_Break">
-/// Break the relationship by setting the identifying properties at this end to null values
-/// </param>
 enum FdoDeleteRule
 {
     /// Cascade the delete operation to class instances at this end of the relation.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -38,8 +38,8 @@
 {
     template <class OBJ> friend class FdoSchemaCollection;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoFeatureClass.
     FdoFeatureClass();
 
@@ -136,6 +136,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoFeatureClassP is a FdoPtr on FdoFeatureClass, provided for convenience.
 typedef FdoPtr<FdoFeatureClass> FdoFeatureClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClassCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClassCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureClassCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -29,8 +29,8 @@
 /// The FdoFeatureClassCollection class represents a collection of FdoFeatureClasse objects.
 class FdoFeatureClassCollection: public FdoSchemaCollection<FdoFeatureClass> 
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs an instance of a FeatureClassCollection using the specified argument.
     FdoFeatureClassCollection(FdoSchemaElement* parent) : FdoSchemaCollection<FdoFeatureClass>(parent)
     {

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchema.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchema.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchema.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -45,8 +45,8 @@
     public FdoSchemaElement,
     public FdoXmlSerializable
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default empty instance of an FdoFeatureSchema.
     FdoFeatureSchema();
 
@@ -135,6 +135,7 @@
     FDO_API virtual FdoXmlReader* GetFromInternalStylesheet();
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML serialization and Schema Merge
 
     /// Merge the given schema into this schema. An additive merge
@@ -169,6 +170,7 @@
     FdoClassCollection*         m_classes;
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoFeatureSchemaP is a FdoPtr on FdoFeatureSchema, provided for convenience.
 typedef FdoPtr<FdoFeatureSchema> FdoFeatureSchemaP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchemaCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchemaCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/FeatureSchemaCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -38,8 +38,8 @@
     public FdoXmlDeserializable,
     public FdoXmlSerializable
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     FdoFeatureSchemaCollection()
 	{
 	}
@@ -119,7 +119,8 @@
     /// 
 	FDO_API FdoPhysicalSchemaMappingCollection* GetXmlSchemaMappings();
 
-    /// \cond DOXYGEN-IGNORE
+/// \cond DOXYGEN-IGNORE
+
     /// FdoXmlDeserializable override for getting the SAX Context for reading 
     /// Feature Schemas. Not exposed via the FDO API.
     virtual FdoXmlSaxContext* GetSaxContext();
@@ -145,6 +146,7 @@
 
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoFeatureSchemasP is a FdoPtr on FdoFeatureSchemaCollection, provided for convenience.
 typedef FdoPtr<FdoFeatureSchemaCollection> FdoFeatureSchemasP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -47,8 +47,8 @@
 {
     friend class FdoFeatureClass;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoGeometricPropertyDefinition.
     FdoGeometricPropertyDefinition();
 
@@ -325,6 +325,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoGeometricPropertyP is a FdoPtr on FdoGeometricPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoGeometricPropertyDefinition> FdoGeometricPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/GeometricType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,21 +22,11 @@
 #pragma once
 #endif
 
+
+/// \ingroup (enums)
 /// \brief
 /// The FdoGeometricType enumeration categorizes all of the geometry types
 /// supported by FDO based on their geometric dimensionality.
-/// <param name="FdoGeometricType_Point">
-/// Represents 0-dimensional geometric primitives, such as Points
-/// </param>
-/// <param name="FdoGeometricType_Curve">
-/// Represents 1 dimensional geometric primitives, such as Curves and Lines
-/// </param>
-/// <param name="FdoGeometricType_Surface">
-/// Represents 2 dimensional geometric primitives, such as Polygons
-/// </param>
-/// <param name="FdoGeometricType_Solid">
-/// Represents 3 dimensional geometric primitives, such as Cubes
-/// </param>
 enum FdoGeometricType
 {
     /// Represents 0-dimensional geometric primitives, such as Points.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/MergeContext.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/MergeContext.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/MergeContext.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -31,6 +31,7 @@
 #include <Fdo/Xml/Flags.h>
 
 /// \cond DOXYGEN-IGNORE
+
 /// \brief
 /// FdoSchemaMergeContext provides support for updating a set of feature schemas
 /// base on a second set of schemas. It's main purpose is to support the reading 

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -42,8 +42,8 @@
 class FdoNetworkClass : public FdoClassDefinition
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoNetworkClass.
     FdoNetworkClass();
 
@@ -106,6 +106,7 @@
     FDO_API void SetLayerClass(FdoNetworkLayerClass* value);
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML and Schema Merge support
 
     /// Update this property from the given property.
@@ -135,6 +136,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoNetworkClassP is a FdoPtr on FdoNetworkClass, provided for convenience.
 typedef FdoPtr<FdoNetworkClass> FdoNetworkClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkFeatureClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkFeatureClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkFeatureClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -37,8 +37,8 @@
 class FdoNetworkFeatureClass : public FdoFeatureClass
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoNetworkFeatureClass.
     /// To make a class of this type, you need to either create a FdoNetworkNodeFeatureClass
     /// or FdoNetworkLinkFeatureClass.
@@ -192,6 +192,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoNetworkFeatureClassP is a FdoPtr on FdoNetworkFeatureClass, provided for convenience.
 typedef FdoPtr<FdoNetworkFeatureClass> FdoNetworkFeatureClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLayerClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLayerClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLayerClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -36,8 +36,8 @@
 class FdoNetworkLayerClass : public FdoClassDefinition
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoNetworkLayerClass.
     FdoNetworkLayerClass();
 
@@ -80,6 +80,7 @@
     FDO_API virtual FdoClassType GetClassType();
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML and Schema Merge support
 
     /// Update this property from the given property.
@@ -101,6 +102,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoNetworkLayerClassP is a FdoPtr on FdoNetworkLayerClass, provided for convenience.
 typedef FdoPtr<FdoNetworkLayerClass> FdoNetworkLayerClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLinkFeatureClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLinkFeatureClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkLinkFeatureClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -37,8 +37,8 @@
 class FdoNetworkLinkFeatureClass : public FdoNetworkFeatureClass
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoNetworkLinkFeatureClass.
     FdoNetworkLinkFeatureClass();
 
@@ -174,6 +174,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoNetworkLinkFeatureClassP is a FdoPtr on FdoNetworkLinkFeatureClass, provided for convenience.
 typedef FdoPtr<FdoNetworkLinkFeatureClass> FdoNetworkLinkFeatureClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkNodeFeatureClass.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkNodeFeatureClass.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/NetworkNodeFeatureClass.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -36,8 +36,8 @@
 class FdoNetworkNodeFeatureClass : public FdoNetworkFeatureClass
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoNetworkNodeFeatureClass.
     FdoNetworkNodeFeatureClass();
 
@@ -150,6 +150,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoNetworkNodeFeatureClassP is a FdoPtr on FdoNetworkNodeFeatureClass, provided for convenience.
 typedef FdoPtr<FdoNetworkNodeFeatureClass> FdoNetworkNodeFeatureClassP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -215,6 +215,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoObjectPropertyP is a FdoPtr on FdoObjectPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoObjectPropertyDefinition> FdoObjectPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/ObjectType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,18 +22,10 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoObjectType enumeration defines whether an object property is a single 
 /// value, a collection, or an ordered collection.
-/// <param name="FdoObjectType_Value">
-/// Represents a simple value property
-/// </param>
-/// <param name="FdoObjectType_Collection">
-/// Represents a property that is a collection of values
-/// </param>
-/// <param name="FdoObjectType_OrderedCollection">
-/// Represents a property that is an ordered collection of values
-/// </param>
 enum FdoObjectType
 {
     /// Represents a simple value property.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/OrderType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/OrderType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/OrderType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,15 +22,10 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoOrderType enumeration list contains two values to indicate if the
 /// object collection is to be ordered in ascending or descending fashion.
-/// <param name="FdoOrderType_Ascending">
-/// Specifies the collection is to be ordered from the smallest value to the largest value
-/// </param>
-/// <param name="FdoOrderType_Descending">
-/// Specifies the collection is to be ordered from the largest value to the smallest value
-/// </param>
 enum FdoOrderType
 {
     /// Specifies the collection is to be ordered from the smallest value to the largest value.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -32,8 +32,8 @@
 /// FdoGeometricPropertyDefinition, and FdoObjectPropertyDefinition.
 class FdoPropertyDefinition : public FdoSchemaElement
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of a PropertyDefinition.
     FdoPropertyDefinition();
 
@@ -81,6 +81,7 @@
     FDO_API virtual void SetIsSystem( bool value );
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML and Schema Merge support
 
     /// Update this property from the given property.
@@ -98,6 +99,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoPropertyP is a FdoPtr on FdoPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoPropertyDefinition> FdoPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinitionCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinitionCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyDefinitionCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -88,6 +88,7 @@
     FDO_API virtual void RemoveAt(FdoInt32 index);
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoPropertiesP is a FdoPtr on FdoPropertyDefinitionCollection, provided for convenience.
 typedef FdoPtr<FdoPropertyDefinitionCollection> FdoPropertiesP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,23 +22,9 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoPropertyType enumeration lists the possible types that a Property can be.
-/// <param name="FdoPropertyType_DataProperty">
-/// Represents a Data Property type
-/// </param>
-/// <param name="FdoPropertyType_ObjectProperty">
-/// Represents an Object Property type
-/// </param>
-/// <param name="FdoPropertyType_GeometricProperty">
-/// Represents a Geometric Property type
-/// </param>
-/// <param name="FdoPropertyType_AssociationProperty">
-/// Represents an Association Property type
-/// </param>
-/// <param name="FdoPropertyType_RasterProperty">
-/// Represents a Raster (image) Property type
-/// </param>
 enum FdoPropertyType
 {
     /// Represents a Data Property type.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyValueConstraintType.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyValueConstraintType.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/PropertyValueConstraintType.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -22,21 +22,18 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoPropertyValueConstraintType enumeration categorizes the
 /// supported constraint.
-/// <param name="FdoPropertyValueConstraintType_Range">
-/// This constraint specifies minimum and / or maximum allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB
-/// </param>
-/// <param name="FdoPropertyValueConstraintType_List">
-/// This constraint specifies a list of allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB
-/// </param>
 enum FdoPropertyValueConstraintType
 {
-    /// Represents a range constaint.
+    /// Specifies minimum and / or maximum allowed values for a particular property.
+    /// It can be used for all data property types except for Boolean, BLOB, or CLOB.
     FdoPropertyValueConstraintType_Range = 0x01,
 
-    /// Represents a list constraint.
+    /// Specifies a list of allowed values for a particular property.
+    /// It can be used for all data property types except for Boolean, BLOB, or CLOB.
     FdoPropertyValueConstraintType_List = 0x02
 };
 

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/RasterPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/RasterPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/RasterPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -39,8 +39,8 @@
 
     friend class FdoFeatureClass;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoRasterPropertyDefinition.
     FdoRasterPropertyDefinition ();
 
@@ -214,7 +214,7 @@
     /// \brief
     /// Sets a Spatial Context association for this raster property.
     /// 
-    /// \param value 
+    /// \param spatialContextName 
     /// Input the Spatial Context name to be set. 
     /// Defaults to the active Spatial Context.
     /// 
@@ -233,6 +233,7 @@
 
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML and Schema Merge support
 
     /// Update this property from the given property.
@@ -280,6 +281,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoRasterPropertyP is a FdoPtr on FdoRasterPropertyDefinition, provided for convenience.
 typedef FdoPtr<FdoRasterPropertyDefinition> FdoRasterPropertyP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaAttributeDictionary.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaAttributeDictionary.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaAttributeDictionary.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -38,8 +38,8 @@
 {
     friend class FdoSchemaElement;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     FdoSchemaAttributeDictionary()
 	{
 	}	
@@ -141,6 +141,7 @@
     FDO_API void Clear();
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML support
 
     /// Handle the start of a dictionary element
@@ -195,6 +196,7 @@
 /// \endcond
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoSADP is a FdoPtr on FdoSchemaAttributeDictionary, provided for convenience.
 typedef FdoPtr<FdoSchemaAttributeDictionary> FdoSADP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -35,8 +35,8 @@
 template <class OBJ> class FdoSchemaCollection : public FdoNamedCollection<OBJ, FdoSchemaException>
 {
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     FdoSchemaCollection()
     {
     }
@@ -356,8 +356,8 @@
         FdoNamedCollection<OBJ, FdoSchemaException>::RemoveAt(index);
     }
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// States stored in the m_changeInfoState bitfield flag
     static const unsigned int   CHANGEINFO_PRESENT      = 0x00000001;
     static const unsigned int   CHANGEINFO_PROCESSING   = 0x00000002;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElement.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElement.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElement.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -50,8 +50,8 @@
     friend class FdoNetworkFeatureClass;
     friend class FdoNetworkLinkFeatureClass;
 
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoSchemaElement.
     FdoSchemaElement();
 
@@ -268,7 +268,7 @@
 /// \endcond
 
 };
-
+/// \ingroup (typedefs)
 /// \brief
 /// FdoSchemaElementP is a FdoPtr on FdoSchemaElement, provided for convenience.
 typedef FdoPtr<FdoSchemaElement> FdoSchemaElementP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElementState.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElementState.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaElementState.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -23,23 +23,9 @@
 #pragma once
 #endif
 
+/// \ingroup (enums)
 /// \brief
 /// The FdoSchemaElementState enumeration defines the current state of the schema element
-/// <param name="FdoSchemaElementState_Added">
-/// Indicates the schema element has been added
-/// </param>
-/// <param name="FdoSchemaElementState_Deleted">
-/// Indicates the schema element is marked for deletion
-/// </param>
-/// <param name="FdoSchemaElementState_Detached">
-/// Indicates the schema element is not associated with an FdoFeatureSchema
-/// </param>
-/// <param name="FdoSchemaElementState_Modified">
-/// Indicates the schema element has been modified in some way
-/// </param>
-/// <param name="FdoSchemaElementState_Unchanged">
-/// Indicates the schema element has not been changed
-/// </param>
 enum FdoSchemaElementState
 {
     /// Indicates the schema element has been added.

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaException.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaException.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/SchemaException.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -30,8 +30,8 @@
 /// environment-specific.
 class FdoSchemaException : public FdoException
 {
+/// \cond DOXYGEN-IGNORE
 protected:
-/// \cond DOXYGEN-IGNORE
     /// Constructs a default instance of an FdoSchemaException.
     FdoSchemaException();
 
@@ -82,6 +82,7 @@
     FDO_API static FdoSchemaException* Create(FdoString* name, FdoException* cause);
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoSchemaExceptionP is a FdoPtr on FdoSchemaException, provided for convenience.
 typedef FdoPtr<FdoSchemaException> FdoSchemaExceptionP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoFeaturePropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoFeaturePropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoFeaturePropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -60,6 +60,7 @@
     );
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML support
 
     /// Initialize the class from its XML attributes

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoGeometryPropertyDefinition.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoGeometryPropertyDefinition.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/TopoGeometryPropertyDefinition.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -76,6 +76,7 @@
     );
 
 /// \cond DOXYGEN-IGNORE
+
     /// Public non-API functions for XML support
 
     /// Initialize the class from its XML attributes

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Topology.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Topology.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/Topology.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -117,7 +117,8 @@
     /// 
     virtual void Dispose ();
  
- /// \cond DOXYGEN-IGNORE
+/// \cond DOXYGEN-IGNORE
+
     /// Hide default constructor to ensure that it cannot be used.
     FdoTopology() {};
     virtual ~FdoTopology();

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraint.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraint.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraint.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -68,6 +68,7 @@
 	FdoDataPropertyDefinitionCollection*  m_properties;
 };
 
+/// \ingroup (typedefs)
 /// \brief
 /// FdoUniqueConstraintP is a FdoPtr on FdoUniqueConstraint, provided for convenience.
 typedef FdoPtr<FdoUniqueConstraint> FdoUniqueConstraintP;

Modified: trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraintCollection.h
===================================================================
--- trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraintCollection.h	2007-02-15 19:58:44 UTC (rev 2528)
+++ trunk/Fdo/Unmanaged/Inc/Fdo/Schema/UniqueConstraintCollection.h	2007-02-15 20:01:49 UTC (rev 2529)
@@ -55,6 +55,9 @@
     FDO_API static FdoUniqueConstraintCollection* Create();
 };
 
+/// \ingroup (typedefs)
+/// \brief
+/// FdoUniqueConstraintCollectionP is a FdoPtr on FdoUniqueConstraintCollection, provided for convenience.
 typedef FdoPtr<FdoUniqueConstraintCollection> FdoUniqueConstraintCollectionP;
 
 #endif



More information about the fdo-commits mailing list