diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:48:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:48:32 +0000 |
commit | 0baf34d844c897c0874cdb9152213a412a6eee72 (patch) | |
tree | b4eee9caab63fbc58238545b42f105d93515edb2 /cmdutils.h | |
parent | 58772292c0d4b07819ebe7d8a994f64e6ede922a (diff) | |
download | ffmpeg-0baf34d844c897c0874cdb9152213a412a6eee72.tar.gz |
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 1dfe68e365..d48abab30e 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -124,7 +124,7 @@ void show_help_options(const OptionDef *options, const char *msg, int mask, int /** * Parse the command line arguments. * @param options Array with the definitions required to interpret every - * option of the form: -<option_name> [<argument>] + * option of the form: -option_name [argument] * @param parse_arg_function Name of the function called to process every * argument without a leading option name flag. NULL if such arguments do * not have to be processed. |