From 9ccc349f773c69b764669922c4321eb48015b746 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 21 Nov 2012 19:53:08 +1100 Subject: ensure comment blocks that contain doxygen commands start with double asterix Reveiwed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- libavutil/avutil.h | 2 +- libavutil/opt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil') diff --git a/libavutil/avutil.h b/libavutil/avutil.h index db016a58dd..8f63e3bade 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -26,7 +26,7 @@ * external API header */ -/* +/** * @mainpage * * @section ffmpeg_intro Introduction 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 -- cgit v1.2.3