mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
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:
parent
b7adc5b5a6
commit
0201ce002c
@ -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…
Reference in New Issue
Block a user