X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1859b1a1b35194abb9d55a35d8bad202db39776..42013f4c2866589e8a0ce6eba992f6745aebb857:/interface/cmdline.h?ds=sidebyside diff --git a/interface/cmdline.h b/interface/cmdline.h index 4a4ea4ab7b..110364bb6f 100644 --- a/interface/cmdline.h +++ b/interface/cmdline.h @@ -70,7 +70,7 @@ public: /** Frees resources allocated by the object. - @b NB: destructor is not virtual, don't use this class polymorphically. + @note destructor is not virtual, don't use this class polymorphically. */ ~wxCmdLineParser(); @@ -104,7 +104,7 @@ public: /** Returns @true if long options are enabled, otherwise @false. - + @see EnableLongOptions() */ bool AreLongOptionsEnabled() const; @@ -174,7 +174,7 @@ public: Enable or disable support for the long options. As long options are not (yet) POSIX-compliant, this option allows to disable them. - + @see Customization() and AreLongOptionsEnabled() */ void EnableLongOptions(bool enable = true); @@ -219,7 +219,7 @@ public: Parse the command line, return 0 if ok, -1 if @c "-h" or @c "--help" option was encountered and the help message was given or a positive value if a syntax error occurred. - + @param giveUsage If @true (default), the usage message is given if a syntax error was encountered while parsing the command line or if help was @@ -273,7 +273,7 @@ public: Give the standard usage message describing all program options. It will use the options and parameters descriptions specified earlier, so the resulting message will not be helpful to the user unless the descriptions were indeed specified. - + @see SetLogo() */ void Usage() const;