From 0201ce002cb7b8e0de9eb0e1f33baa945c28ad45 Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com>
Date: Fri, 4 Jul 2014 11:06:42 -0700
Subject: [PATCH] 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>
---
 libavutil/avutil.h  | 6 ++++++
 libavutil/version.h | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index ba6bb020513..e6ebb6c43c2 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -151,6 +151,12 @@
  * @{
  *
  * @}
+ *
+ * @defgroup version_utils Library Version Macros
+ *
+ * @{
+ *
+ * @}
  */
 
 
diff --git a/libavutil/version.h b/libavutil/version.h
index 918ac2c0fa3..35241514a03 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -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.
-- 
GitLab