diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-07-01 15:32:21 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-02 13:52:29 +0200 |
commit | 21a19b7912fe0622f3d1748ff102fcc7bc7a974a (patch) | |
tree | c2628a0a5ad09d419f33feba7e4744f84ca968d9 /libavcodec/avcodec.h | |
parent | 7655cfb1b8d8a70e8cc4b1ca811bfc3f293768d8 (diff) | |
download | ffmpeg-21a19b7912fe0622f3d1748ff102fcc7bc7a974a.tar.gz |
doxygen: Prefer member groups over grouping into modules
Before this, almost all module groups have been used for grouping functions
and fields in structures semantically. This causes them to not appear
properly in the file documentation and needlessly clutters up the "Modules"
index.
Additionally, this commit streamlines some spelling and appearances.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1a45009968..45785e4d82 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2488,7 +2488,7 @@ typedef struct AVCodecContext { #if FF_API_FLAC_GLOBAL_OPTS /** - * @defgroup flac_opts FLAC options + * @name FLAC options * @deprecated Use FLAC encoder private options instead. * @{ */ @@ -2897,7 +2897,7 @@ typedef struct AVCodec { const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN} /** - * @defgroup framethreading Frame-level threading support functions. + * @name Frame-level threading support functions * @{ */ /** |