Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-07-03 20:55:01 +0400
committerReinhard Tartler <siretart@tauware.de>2011-07-03 21:49:53 +0400
commit2fe47b21c825460f01d3cb5546b29b686b909e4d (patch)
tree22cba79a354a261aa64eb784379ac5511740f434 /libavutil
parentb91ebb60d898510bc131d7ff9157fcbb0302d532 (diff)
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. (cherry picked from commit 21a19b7912fe0622f3d1748ff102fcc7bc7a974a)
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/lzo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/lzo.h b/libavutil/lzo.h
index 01c9280a43..a3924de908 100644
--- a/libavutil/lzo.h
+++ b/libavutil/lzo.h
@@ -24,7 +24,7 @@
#include <stdint.h>
-/** \defgroup errflags Error flags returned by av_lzo1x_decode
+/** @name Error flags returned by av_lzo1x_decode
* \{ */
//! end of the input buffer reached before decoding finished
#define AV_LZO_INPUT_DEPLETED 1