Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows

This commit is contained in:
hgutsche
2017-02-27 10:29:05 -05:00
committed by wmayer
parent e3ea61d165
commit 201c9d89b0
30 changed files with 103 additions and 97 deletions

View File

@@ -182,8 +182,8 @@ protected:
// -----------------------------------------------------------------------
/** @name Content handler */
//@{
virtual void startDocument();
virtual void endDocument();
virtual void startDocument();
virtual void endDocument();
virtual void startElement(const XMLCh* const uri, const XMLCh* const localname, const XMLCh* const qname, const XERCES_CPP_NAMESPACE_QUALIFIER Attributes& attrs);
virtual void endElement (const XMLCh* const uri, const XMLCh *const localname, const XMLCh *const qname);
#if (XERCES_VERSION_MAJOR == 2)