From 0baf34d844c897c0874cdb9152213a412a6eee72 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 12:48:32 +0000 Subject: Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdutils.h') 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 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. -- cgit v1.2.3