From c1bc4cd7ece8ad6f7c25416d055debb414f701f7 Mon Sep 17 00:00:00 2001 From: David Abram Cargill <cargilld@apache.org> Date: Fri, 7 Jul 2006 14:44:51 +0000 Subject: [PATCH] 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 --- src/xercesc/dom/DOMException.hpp | 2 +- src/xercesc/dom/DOMLSException.hpp | 2 +- src/xercesc/dom/DOMRangeException.hpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xercesc/dom/DOMException.hpp b/src/xercesc/dom/DOMException.hpp index 82e218aee..82d708d8e 100644 --- a/src/xercesc/dom/DOMException.hpp +++ b/src/xercesc/dom/DOMException.hpp @@ -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( diff --git a/src/xercesc/dom/DOMLSException.hpp b/src/xercesc/dom/DOMLSException.hpp index 76bac9452..2ec31ae1b 100644 --- a/src/xercesc/dom/DOMLSException.hpp +++ b/src/xercesc/dom/DOMLSException.hpp @@ -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 diff --git a/src/xercesc/dom/DOMRangeException.hpp b/src/xercesc/dom/DOMRangeException.hpp index 376ecf251..700e383ad 100644 --- a/src/xercesc/dom/DOMRangeException.hpp +++ b/src/xercesc/dom/DOMRangeException.hpp @@ -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( -- GitLab