diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:19:59 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:19:59 +0000 |
commit | 589acf3dc75ad72653131a2ef2fbf11f539ef821 (patch) | |
tree | 041b2c7c50421d205a88441e099c224bf18efaf6 /ACEXML | |
parent | 8b011a0913b34ea9cfda2dff5f8070a0d47111e2 (diff) | |
download | ATCD-589acf3dc75ad72653131a2ef2fbf11f539ef821.tar.gz |
ChangeLogTag: Mon May 27 08:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/common/Attributes_Def_Builder.h | 4 | ||||
-rw-r--r-- | ACEXML/common/DTD_Manager.h | 4 | ||||
-rw-r--r-- | ACEXML/common/Element_Def_Builder.h | 4 | ||||
-rw-r--r-- | ACEXML/common/Validator.h | 4 | ||||
-rw-r--r-- | ACEXML/parser/debug_validator/Debug_Attributes_Builder.h | 4 | ||||
-rw-r--r-- | ACEXML/parser/debug_validator/Debug_Element_Builder.h | 2 | ||||
-rw-r--r-- | ACEXML/parser/debug_validator/Element_Tree.h | 8 |
7 files changed, 15 insertions, 15 deletions
diff --git a/ACEXML/common/Attributes_Def_Builder.h b/ACEXML/common/Attributes_Def_Builder.h index 3b9f2576a89..dcfcb764be9 100644 --- a/ACEXML/common/Attributes_Def_Builder.h +++ b/ACEXML/common/Attributes_Def_Builder.h @@ -17,9 +17,9 @@ #include "ace/Auto_Ptr.h" /** - * @ class ACEXML_Attribute_Def_Builder Attributes_Def_Builder.h "common/Attributes_Def_Builder.h" + * @class ACEXML_Attribute_Def_Builder Attributes_Def_Builder.h "common/Attributes_Def_Builder.h" * - * @ brief An abstract virtual class defining an interface + * @brief An abstract virtual class defining an interface * for building an attribute definition from DTD. * * This class should be invisible to application programmers and diff --git a/ACEXML/common/DTD_Manager.h b/ACEXML/common/DTD_Manager.h index 7ab7b57facd..7e4097c5b4d 100644 --- a/ACEXML/common/DTD_Manager.h +++ b/ACEXML/common/DTD_Manager.h @@ -17,9 +17,9 @@ #include "ACEXML/common/Validator.h" /** - * @ class ACEXML_DTD_Manager DTD_Manager.h "common/DTD_Manager.h" + * @class ACEXML_DTD_Manager DTD_Manager.h "common/DTD_Manager.h" * - * @ todo Fill in the blank. + * @todo Fill in the blank. */ class ACEXML_Export ACEXML_DTD_Manager { diff --git a/ACEXML/common/Element_Def_Builder.h b/ACEXML/common/Element_Def_Builder.h index 7a16e19013f..9d89ba45baf 100644 --- a/ACEXML/common/Element_Def_Builder.h +++ b/ACEXML/common/Element_Def_Builder.h @@ -17,9 +17,9 @@ #include "ACEXML/common/Env.h" /** - * @ class ACEXML_Element_Def_Builder Element_Def_Builder.h "common/Element_Def_Builder.h" + * @class ACEXML_Element_Def_Builder Element_Def_Builder.h "common/Element_Def_Builder.h" * - * @ brief An abstract virtual class that defines the interface + * @brief An abstract virtual class that defines the interface * to define an element definition. * * This class defines how to define an element definition after diff --git a/ACEXML/common/Validator.h b/ACEXML/common/Validator.h index 32dd6f1db01..ef92cc8f745 100644 --- a/ACEXML/common/Validator.h +++ b/ACEXML/common/Validator.h @@ -16,9 +16,9 @@ #include "ACEXML/common/Env.h" /** - * @ class ACEXML_Validator Validator.h "common/Validator.h" + * @class ACEXML_Validator Validator.h "common/Validator.h" * - * @ brief An abstract virtual class defining validator interface. + * @brief An abstract virtual class defining validator interface. * * An validator provides validation service for one XML element. * ACEXML_Validators are stateful object. Implementations should diff --git a/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h b/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h index e4c64ea6e24..0123f73ee2e 100644 --- a/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h +++ b/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h @@ -21,7 +21,7 @@ typedef ACE_Unbounded_Queue<ACEXML_String> ACEXML_STRING_QUEUE; typedef ACE_Unbounded_Queue_Iterator<ACEXML_String> ACEXML_STRING_QUEUE_ITERATOR; /** - * @ class ACEXML_Debug_Attribute_Builder Debug_Attributes_Builder.h "parser/debug_validator/Debug_Attributes_Builder.h" + * @class ACEXML_Debug_Attribute_Builder Debug_Attributes_Builder.h "parser/debug_validator/Debug_Attributes_Builder.h" * * This class prints out the Attribute definition for debugging purpose. */ @@ -117,7 +117,7 @@ typedef ACE_Hash_Map_Reverse_Iterator_Ex<ACEXML_String, ACE_Null_Mutex> ACEXML_ATT_MAP_REVERSE_ITER; /** - * @ class ACEXML_Debug_Attributes_Builder Debug_Attributes_Builder.h "parser/debug_validator/Debug_Attributes_Builder.h" + * @class ACEXML_Debug_Attributes_Builder Debug_Attributes_Builder.h "parser/debug_validator/Debug_Attributes_Builder.h" * * This class prints out Attribute definitions for debugging purpose. */ diff --git a/ACEXML/parser/debug_validator/Debug_Element_Builder.h b/ACEXML/parser/debug_validator/Debug_Element_Builder.h index a93bafc237f..5dd339a7d3b 100644 --- a/ACEXML/parser/debug_validator/Debug_Element_Builder.h +++ b/ACEXML/parser/debug_validator/Debug_Element_Builder.h @@ -17,7 +17,7 @@ #include "ACEXML/parser/debug_validator/Element_Tree.h" /** - * @ class ACEXML_Debug_Element_Builder Debug_Element_Builder.h "parser/debug_validator/Debug_Element_Builder.h" + * @class ACEXML_Debug_Element_Builder Debug_Element_Builder.h "parser/debug_validator/Debug_Element_Builder.h" * * This class prints out the element definition for debugging purpose. * diff --git a/ACEXML/parser/debug_validator/Element_Tree.h b/ACEXML/parser/debug_validator/Element_Tree.h index ecaaf5c4bf5..c84cc1a8257 100644 --- a/ACEXML/parser/debug_validator/Element_Tree.h +++ b/ACEXML/parser/debug_validator/Element_Tree.h @@ -16,7 +16,7 @@ #include "ACEXML/parser/debug_validator/Debug_DTD_Manager_Export.h" /** - * @ class ACEXML_Element_Tree_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" + * @class ACEXML_Element_Tree_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" * * @brief An abstract base class for describing DTD child element definition. * @@ -46,7 +46,7 @@ protected: }; /** - * @ class ACEXML_Element_Tree_Name_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" + * @class ACEXML_Element_Tree_Name_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" * * @brief An abstract base class for describing a name node in a DTD * child element definition. @@ -75,7 +75,7 @@ protected: class ACEXML_Element_Tree_List_Stack; /** - * @ class ACEXML_Element_Tree_List_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" + * @class ACEXML_Element_Tree_List_Node Element_Tree.h "parser/debug_validator/Element_Tree.h" * * @brief An abstract base class for describing a node list in * a DTD child element definition. @@ -120,7 +120,7 @@ protected: }; /** - * @ class ACEXML_Element_Tree_List_Stack Element_Tree.h "parser/debug_validator/Element_Tree.h" + * @class ACEXML_Element_Tree_List_Stack Element_Tree.h "parser/debug_validator/Element_Tree.h" * * @brief A class for managing a stack of ACEXML_Element_Tree_List_Node's. * |