From 58c7bf789f0b5c7345efdfe8313012835337efd6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 2 Aug 2016 22:05:27 -0700 Subject: doxygen: Standardize root-level modules --- libavutil/avutil.h | 6 ++---- libavutil/frame.h | 1 + libavutil/version.h | 17 ++++++++--------- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'libavutil') diff --git a/libavutil/avutil.h b/libavutil/avutil.h index ed1fbfd449..29dd830bf5 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -79,10 +79,8 @@ */ /** - * @defgroup lavu Common utility functions - * - * @brief - * libavutil contains the code shared across all the other FFmpeg libraries. + * @defgroup lavu libavutil + * Common code shared across all FFmpeg libraries. * * @note * libavutil is designed to be modular. In most cases, in order to use the diff --git a/libavutil/frame.h b/libavutil/frame.h index 2b5c3320c3..8a41a869b7 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -385,6 +385,7 @@ typedef struct AVFrame { /** * @defgroup lavu_frame_flags AV_FRAME_FLAGS + * @ingroup lavu_frame * Flags describing additional frame properties. * * @{ diff --git a/libavutil/version.h b/libavutil/version.h index 07618fc0bc..b2dffb751c 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -18,6 +18,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * @ingroup lavu + * Libavutil version macros + */ + #ifndef AVUTIL_VERSION_H #define AVUTIL_VERSION_H @@ -48,12 +54,6 @@ * @} */ -/** - * @file - * @ingroup lavu - * Libavutil version macros - */ - /** * @defgroup lavu_ver Version and Build diagnostics * @@ -78,9 +78,7 @@ #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) /** - * @} - * - * @defgroup depr_guards Deprecation guards + * @defgroup lavu_depr_guards Deprecation Guards * FF_API_* defines may be placed below to indicate public API that will be * dropped at a future version bump. The defines themselves are not part of * the public API and may change, break or disappear at any time. @@ -122,6 +120,7 @@ /** + * @} * @} */ -- cgit v1.2.3