Commit 0201ce00 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

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: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b7adc5b5
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment