Skip to content
Snippets Groups Projects
Commit 0201ce00 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer
Browse files

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: default avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b7adc5b5
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,12 @@ ...@@ -151,6 +151,12 @@
* @{ * @{
* *
* @} * @}
*
* @defgroup version_utils Library Version Macros
*
* @{
*
* @}
*/ */
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "macros.h" #include "macros.h"
/** /**
* @defgroup version_utils Library Version Macros * @addtogroup version_utils
* *
* Useful to check and match library version in order to maintain * Useful to check and match library version in order to maintain
* backward compatibility. * backward compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment