diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-04 11:06:42 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-04 20:54:19 +0200 |
commit | 0201ce002cb7b8e0de9eb0e1f33baa945c28ad45 (patch) | |
tree | 641562817c4e233cbe48eb1808e09b661f2744d2 /libavutil/avutil.h | |
parent | b7adc5b5a60cdba6b2ffecad6c8b986414fd63a6 (diff) | |
download | ffmpeg-0201ce002cb7b8e0de9eb0e1f33baa945c28ad45.tar.gz |
avutil: fix version macros doxygen module
Without this patch, "Library Version Macros" module is not visible on
libavutil homepage in `make apidoc`.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index ba6bb02051..e6ebb6c43c 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -151,6 +151,12 @@ * @{ * * @} + * + * @defgroup version_utils Library Version Macros + * + * @{ + * + * @} */ |