cargilld 2004/12/21 08:32:53
Modified: c/src/xercesc/util XMLResourceIdentifier.hpp
Log:
Attempt to fix various apidoc problems.
Revision Changes Path
1.10 +9 -2 xml-xerces/c/src/xercesc/util/XMLResourceIdentifier.hpp
Index: XMLResourceIdentifier.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLResourceIdentifier.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XMLResourceIdentifier.hpp 21 Dec 2004 16:02:51 -0000 1.9
+++ XMLResourceIdentifier.hpp 21 Dec 2004 16:32:52 -0000 1.10
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.10 2004/12/21 16:32:52 cargilld
+ * Attempt to fix various apidoc problems.
+ *
* Revision 1.9 2004/12/21 16:02:51 cargilld
* Attempt to fix various apidoc problems.
*
@@ -124,6 +127,7 @@
{
public:
+ /** @name Public Contants */
//@{
enum ResourceIdentifierType {
SchemaGrammar = 0,
@@ -133,9 +137,10 @@
ExternalEntity,
UnKnown = 255
};
-
+ //@}
+
/** @name Constructors and Destructor */
-
+ //@{
/** Constructor */
XMLResourceIdentifier(const ResourceIdentifierType
resourceIdentitiferType
@@ -154,6 +159,8 @@
//
-----------------------------------------------------------------------
// Getter methods
//
-----------------------------------------------------------------------
+ /** @name Public Methods */
+ //@{
ResourceIdentifierType getResourceIdentifierType() const;
const XMLCh* getPublicId() const;
const XMLCh* getSystemId() const;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]