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>
This commit is contained in:
Timothy Gu 2014-07-04 11:06:42 -07:00 committed by Michael Niedermayer
parent b7adc5b5a6
commit 0201ce002c
2 changed files with 7 additions and 1 deletions

View File

@ -151,6 +151,12 @@
* @{
*
* @}
*
* @defgroup version_utils Library Version Macros
*
* @{
*
* @}
*/

View File

@ -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.