X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f5506cfd36dce2b97c016be6ab8d4f60b195058..5c3a762d492eeb362979cea122746738ee05257e:/interface/wx/xrc/xmlres.h diff --git a/interface/wx/xrc/xmlres.h b/interface/wx/xrc/xmlres.h index 6179eb4b01..b78f925e71 100644 --- a/interface/wx/xrc/xmlres.h +++ b/interface/wx/xrc/xmlres.h @@ -14,7 +14,7 @@ The class holds XML resources from one or more .xml files, binary files or zip archive files. - See @ref overview_xrcoverview "XML-based resource system overview" for details. + @see @ref overview_xrc, @ref xrc_format @library{wxxrc} @category{xrc} @@ -79,7 +79,7 @@ public: /** Compares the XRC version to the argument. Returns -1 if the XRC version - is less than the argument, +1 if greater, and 0 if they equal. + is less than the argument, +1 if greater, and 0 if they are equal. */ int CompareVersion(int major, int minor, int release, int revision) const;