You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2006/07/07 16:44:51 UTC

svn commit: r419899 - in /xerces/c/trunk/src/xercesc/dom: DOMException.hpp DOMLSException.hpp DOMRangeException.hpp

Author: cargilld
Date: Fri Jul  7 07:44:51 2006
New Revision: 419899

URL: http://svn.apache.org/viewvc?rev=419899&view=rev
Log:
Fix warning messages in api documentation generation.

Modified:
    xerces/c/trunk/src/xercesc/dom/DOMException.hpp
    xerces/c/trunk/src/xercesc/dom/DOMLSException.hpp
    xerces/c/trunk/src/xercesc/dom/DOMRangeException.hpp

Modified: xerces/c/trunk/src/xercesc/dom/DOMException.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMException.hpp?rev=419899&r1=419898&r2=419899&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMException.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMException.hpp Fri Jul  7 07:44:51 2006
@@ -65,7 +65,7 @@
       * Constructor which takes an error code and an optional message code.
       *
       * @param code           The error code which indicates the exception
-      * @param message        The string containing the error message
+      * @param messageCode    The string containing the error message
       * @param memoryManager  The memory manager used to (de)allocate memory
       */
     DOMException(

Modified: xerces/c/trunk/src/xercesc/dom/DOMLSException.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMLSException.hpp?rev=419899&r1=419898&r2=419899&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMLSException.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMLSException.hpp Fri Jul  7 07:44:51 2006
@@ -82,7 +82,7 @@
       * Constructor which takes an error code and a message.
       *
       * @param code           The error code which indicates the exception
-      * @param message        The string containing the error message
+      * @param messageCode    The string containing the error message
       * @param memoryManager  The memory manager used to (de)allocate memory
       */
     DOMLSException(    LSExceptionCode              code

Modified: xerces/c/trunk/src/xercesc/dom/DOMRangeException.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMRangeException.hpp?rev=419899&r1=419898&r2=419899&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMRangeException.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMRangeException.hpp Fri Jul  7 07:44:51 2006
@@ -73,8 +73,8 @@
     /**
       * Constructor which takes an error code and a message.
       *
-      * @param code The error code which indicates the exception
-      * @param message The string containing the error message
+      * @param code           The error code which indicates the exception
+      * @param messageCode    The string containing the error message
       * @param memoryManager  The memory manager used to (de)allocate memory
       */
     DOMRangeException(



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org