mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
doxygen comment fix
This commit is contained in:
parent
c6f9808118
commit
bae673aa5d
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ template<class string_type> class basic_Attributes;
|
|||
* @version 2.0
|
||||
* @see basic_XMLReader
|
||||
* @see basic_DTDHandler
|
||||
* @see ErrorHandler
|
||||
* @see basic_ErrorHandler
|
||||
*/
|
||||
template<class string_type>
|
||||
class basic_ContentHandler
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace SAX
|
|||
* @see basic_EntityResolver
|
||||
* @see basic_DTDHandler
|
||||
* @see basic_DocumentHandler
|
||||
* @see ErrorHandler
|
||||
* @see basic_ErrorHandler
|
||||
* @see basic_HandlerBase
|
||||
* @see basic_InputSource
|
||||
*/
|
||||
|
@ -123,7 +123,7 @@ public:
|
|||
* handler immediately.</p>
|
||||
*
|
||||
* @param handler The error handler.
|
||||
* @see ErrorHandler
|
||||
* @see basic_ErrorHandler
|
||||
* @see basic_SAXException
|
||||
* @see basic_HandlerBase
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue