doxygen comment fix

This commit is contained in:
jez_higgins 2003-08-27 14:25:09 +00:00
parent c6f9808118
commit bae673aa5d
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ template<class string_type> class basic_Attributes;
* @version 2.0 * @version 2.0
* @see basic_XMLReader * @see basic_XMLReader
* @see basic_DTDHandler * @see basic_DTDHandler
* @see ErrorHandler * @see basic_ErrorHandler
*/ */
template<class string_type> template<class string_type>
class basic_ContentHandler class basic_ContentHandler

View file

@ -42,7 +42,7 @@ namespace SAX
* @see basic_EntityResolver * @see basic_EntityResolver
* @see basic_DTDHandler * @see basic_DTDHandler
* @see basic_DocumentHandler * @see basic_DocumentHandler
* @see ErrorHandler * @see basic_ErrorHandler
* @see basic_HandlerBase * @see basic_HandlerBase
* @see basic_InputSource * @see basic_InputSource
*/ */
@ -123,7 +123,7 @@ public:
* handler immediately.</p> * handler immediately.</p>
* *
* @param handler The error handler. * @param handler The error handler.
* @see ErrorHandler * @see basic_ErrorHandler
* @see basic_SAXException * @see basic_SAXException
* @see basic_HandlerBase * @see basic_HandlerBase
*/ */