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 | |
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>
-rw-r--r-- | libavutil/avutil.h | 6 | ||||
-rw-r--r-- | libavutil/version.h | 2 |
2 files changed, 7 insertions, 1 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 + * + * @{ + * + * @} */ diff --git a/libavutil/version.h b/libavutil/version.h index 918ac2c0fa..35241514a0 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -24,7 +24,7 @@ #include "macros.h" /** - * @defgroup version_utils Library Version Macros + * @addtogroup version_utils * * Useful to check and match library version in order to maintain * backward compatibility. |