summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 19:10:50 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-05 13:06:58 +0100
commite873c03ac7cec62474fe8405391080abb78f4a02 (patch)
tree6d0d258e61276e3ac8f842c8c1d47210734a0e06 /cmdutils.h
parentc68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (diff)
misc Doxygen markup improvements
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 55a06dd096..fc438c7977 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -190,7 +190,7 @@ void parse_loglevel(int argc, char **argv, const OptionDef *options);
*
* @param s Corresponding format context.
* @param st Stream from s to be checked.
- * @param spec A stream specifier of the [v|a|s|d]:[<stream index>] form.
+ * @param spec A stream specifier of the [v|a|s|d]:[\<stream index\>] form.
*
* @return 1 if the stream matches, 0 if it doesn't, <0 on error
*/