Skip to content
Snippets Groups Projects
Commit c1bc4cd7 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Fix warning messages in api documentation generation.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@419899 13f79535-47bb-0310-9956-ffa450edef68
parent 3b90a4ca
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public:
* 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(
......
......@@ -82,7 +82,7 @@ public:
* 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
......
......@@ -73,8 +73,8 @@ public:
/**
* 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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment