summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-11-21 19:53:08 +1100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-21 23:55:15 +0100
commit9ccc349f773c69b764669922c4321eb48015b746 (patch)
treec972facbce66614ef9df783b4a5a6aec53da6724 /libavutil/opt.h
parent88161b2a5287080b6d463439ebd0d8aecf0b4cf4 (diff)
ensure comment blocks that contain doxygen commands start with double asterix
Reveiwed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 1a8a4a2216..c168f59ef8 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -439,7 +439,7 @@ void av_opt_free(void *obj);
*/
int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name);
-/*
+/**
* Set all the options from a given dictionary on an object.
*
* @param obj a struct whose first element is a pointer to AVClass