diff --git a/src/framework/LocalFileInputSource.hpp b/src/framework/LocalFileInputSource.hpp index 6fa05115ea341aa41ce8e94da5c9487f576cd7ab..a73e02c93d8488d915dfa8b911aaf38993e87958 100644 --- a/src/framework/LocalFileInputSource.hpp +++ b/src/framework/LocalFileInputSource.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.6 2000/12/14 18:49:53 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.5 2000/02/24 20:00:22 abagchi * Swat for removing Log from API docs * @@ -174,7 +177,7 @@ public : // ----------------------------------------------------------------------- /** @name Virtual methods */ - //{@ + //@{ /** * This method will return a binary input stream derivative that will diff --git a/src/framework/MemBufInputSource.hpp b/src/framework/MemBufInputSource.hpp index 9f55b0395d9098a6f47b4b0d521b499ca1d45ca0..96dfceee61f12b301f6071ebda86e2bf8349e5a8 100644 --- a/src/framework/MemBufInputSource.hpp +++ b/src/framework/MemBufInputSource.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.6 2000/12/14 18:49:54 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.5 2000/02/24 20:00:22 abagchi * Swat for removing Log from API docs * @@ -182,7 +185,7 @@ public : // ----------------------------------------------------------------------- /** @name Virtual methods */ - //{@ + //@{ /** * This method will return a binary input stream derivative that will @@ -205,7 +208,7 @@ public : /** @name Setter methods */ - //{@ + //@{ /** * By default, for safety's sake, each newly created stream from this diff --git a/src/framework/StdInInputSource.hpp b/src/framework/StdInInputSource.hpp index 058aa3f6134c5ebc7c63d41d17ce163ba8b3c5c6..dc8733101fdf744730f410caf282062b81d54fd9 100644 --- a/src/framework/StdInInputSource.hpp +++ b/src/framework/StdInInputSource.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.6 2000/12/14 18:49:55 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.5 2000/02/24 20:00:22 abagchi * Swat for removing Log from API docs * @@ -130,7 +133,7 @@ public : /** @name Virtual methods */ - //{@ + //@{ /** * This method will return a binary input stream derivative that will diff --git a/src/framework/URLInputSource.hpp b/src/framework/URLInputSource.hpp index 6c58556f9f526db1d3e3d87ffce3daedde03750d..67e5b7b23a9957b91a2951fe8052f42bf6d7c526 100644 --- a/src/framework/URLInputSource.hpp +++ b/src/framework/URLInputSource.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2000/12/14 18:49:56 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.7 2000/02/24 20:00:22 abagchi * Swat for removing Log from API docs * @@ -227,7 +230,7 @@ public : // ----------------------------------------------------------------------- /** @name Virtual methods */ - //{@ + //@{ /** * This method will return a binary input stream derivative that will @@ -243,7 +246,7 @@ public : // ----------------------------------------------------------------------- /** @name Getter methods */ - //{@ + //@{ /** * This method will return a const reference to the URL member which diff --git a/src/framework/XMLAttDef.hpp b/src/framework/XMLAttDef.hpp index d193eaeb73b19ab1d545b001a53fa69b9684d9ed..6ca9e5e3e2f7823ded42b6fd747e8d1af7bd77ad 100644 --- a/src/framework/XMLAttDef.hpp +++ b/src/framework/XMLAttDef.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2000/12/14 18:49:56 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.7 2000/11/30 18:22:38 andyh * reuseValidator - fix bugs (spurious errors) that occured on reuse due to * pools already containing some items. Fixed by Tinny Ng. @@ -176,7 +179,7 @@ public: // ----------------------------------------------------------------------- /** @name Public, static methods */ - //{@ + //@{ /** Get a string representation of the passed attribute type enum * @@ -224,7 +227,7 @@ public: // ----------------------------------------------------------------------- /** @name Virtual interface */ - //{@ + //@{ /** Get the full name of this attribute type * @@ -244,7 +247,7 @@ public: // ----------------------------------------------------------------------- /** @name Getter methods */ - //{@ + //@{ /** Get the default type of this attribute type * @@ -332,7 +335,7 @@ public: // ----------------------------------------------------------------------- /** @name Setter methods */ - //{@ + //@{ /** Set the default attribute type * diff --git a/src/framework/XMLElementDecl.hpp b/src/framework/XMLElementDecl.hpp index 4a671a5f6074e9171b4298003ed3c25b1cf832f9..408a902868bbfd650d3ae6d3eee749cac4415d6f 100644 --- a/src/framework/XMLElementDecl.hpp +++ b/src/framework/XMLElementDecl.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2000/12/14 18:49:57 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.7 2000/11/30 18:22:38 andyh * reuseValidator - fix bugs (spurious errors) that occured on reuse due to * pools already containing some items. Fixed by Tinny Ng. @@ -296,7 +299,7 @@ class XMLPARSER_EXPORT XMLElementDecl // ----------------------------------------------------------------------- /** @name Getter methods */ - //{@ + //@{ /** Get a pointer to the abstract content model * @@ -370,7 +373,7 @@ class XMLPARSER_EXPORT XMLElementDecl // ----------------------------------------------------------------------- /** @name Setter methods */ - //{@ + //@{ /** Set the content model object for this element type * @@ -419,7 +422,7 @@ class XMLPARSER_EXPORT XMLElementDecl // ----------------------------------------------------------------------- /** @name Miscellenous methods */ - //{@ + //@{ /** Geta formatted string of the content model * diff --git a/src/framework/XMLErrorReporter.hpp b/src/framework/XMLErrorReporter.hpp index 315e69746ed6ae1b233c61e050606facadf66149..1fba35e2f68469790f03895c83be46812c5235cd 100644 --- a/src/framework/XMLErrorReporter.hpp +++ b/src/framework/XMLErrorReporter.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.9 2000/12/14 18:49:57 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.8 2000/03/02 19:54:25 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is @@ -144,7 +147,7 @@ public: // ----------------------------------------------------------------------- /** @name Error Handler interface */ - //{@ + //@{ /** Called to report errors from the scanner or validator * diff --git a/src/framework/XMLValidator.hpp b/src/framework/XMLValidator.hpp index 9ebc59638f0ceb17bd7312a68c5c45065dceab47..ad61e36951ddcb8d68b6f9a5afafe0137b441d6d 100644 --- a/src/framework/XMLValidator.hpp +++ b/src/framework/XMLValidator.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2000/12/14 18:49:58 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.7 2000/08/09 22:09:09 jpolast * added const XMLCh* getURIText() * allows parsers to use const URIs instead of appending @@ -167,7 +170,7 @@ public: // ----------------------------------------------------------------------- /** @name Getter Methods */ - //{@ + //@{ /** * When an attribute name has no prefix, unlike elements, it is not mapped @@ -229,7 +232,7 @@ public: // ----------------------------------------------------------------------- /** @name Setter methods */ - //{@ + //@{ /** * @param owningScanner This is a pointer to the scanner to which the @@ -273,7 +276,7 @@ public: // ----------------------------------------------------------------------- /** @name Virtual validator interface */ - //{@ + //@{ /** * The derived class should look for the passed URI (case sensitive) in @@ -537,7 +540,7 @@ public: // ----------------------------------------------------------------------- /** @name Virtual DTD handler interface */ - //{@ + //@{ /** * This method allows the scanner to ask the validator if it handles @@ -568,7 +571,7 @@ public: // ----------------------------------------------------------------------- /** @name Error emittor methods */ - //{@ + //@{ /** * This call is a convenience by which validators can emit errors. Most diff --git a/src/sax2/ContentHandler.hpp b/src/sax2/ContentHandler.hpp index db6914df338545326552723e47350fa391ff7703..d723b9a658be1dd4e931d45b8c5eaa100028a0e7 100644 --- a/src/sax2/ContentHandler.hpp +++ b/src/sax2/ContentHandler.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.4 2000/12/14 18:50:05 tng + * Fix API document generation warning: "Warning: end of member group without matching begin" + * * Revision 1.3 2000/08/09 22:19:29 jpolast * many conformance & stability changes: * - ContentHandler::resetDocument() removed @@ -360,8 +363,6 @@ public: const XMLCh* const prefix ) = 0 ; - //@} - /** * Receive notification of a skipped entity *