From 607ed140b6deedc0b87eccd45b836c5dba4ddbe1 Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Thu, 14 Dec 2000 18:50:05 +0000
Subject: [PATCH] Fix API document generation warning: "Warning: end of member
 group without matching begin"

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172478 13f79535-47bb-0310-9956-ffa450edef68
---
 src/framework/LocalFileInputSource.hpp |  5 ++++-
 src/framework/MemBufInputSource.hpp    |  7 +++++--
 src/framework/StdInInputSource.hpp     |  5 ++++-
 src/framework/URLInputSource.hpp       |  7 +++++--
 src/framework/XMLAttDef.hpp            | 11 +++++++----
 src/framework/XMLElementDecl.hpp       |  9 ++++++---
 src/framework/XMLErrorReporter.hpp     |  5 ++++-
 src/framework/XMLValidator.hpp         | 13 ++++++++-----
 src/sax2/ContentHandler.hpp            |  5 +++--
 9 files changed, 46 insertions(+), 21 deletions(-)

diff --git a/src/framework/LocalFileInputSource.hpp b/src/framework/LocalFileInputSource.hpp
index 6fa05115e..a73e02c93 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 9f55b0395..96dfceee6 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 058aa3f61..dc8733101 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 6c58556f9..67e5b7b23 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 d193eaeb7..6ca9e5e3e 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 4a671a5f6..408a90286 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 315e69746..1fba35e2f 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 9ebc59638..ad61e3695 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 db6914df3..d723b9a65 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
     *
-- 
GitLab