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>
pull/76/merge
Timothy Gu 11 years ago committed by Michael Niedermayer
parent b7adc5b5a6
commit 0201ce002c
  1. 6
      libavutil/avutil.h
  2. 2
      libavutil/version.h

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

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

Loading…
Cancel
Save