Fixed a few Doxygen syntax errors.

This commit is contained in:
Bryan Petty
2015-10-31 14:35:30 -06:00
parent 98176fd7ac
commit 18b4bc7dd3
6 changed files with 38 additions and 35 deletions

View File

@@ -58,7 +58,7 @@ enum wxXmlNodeType
If @c wxUSE_UNICODE is 0, all strings are encoded in the encoding given to
wxXmlDocument::Load (default is UTF-8).
@Note
@note
Once a wxXmlNode has been added to a wxXmlDocument it becomes owned by the
document and this has two implications. Firstly, the wxXmlDocument takes
responsibility for deleting the node so the user should not @c delete it;
@@ -908,4 +908,3 @@ public:
*/
static wxVersionInfo GetLibraryVersionInfo();
};