[FFmpeg-devel] [PATCH 3/8] avutil: fix version macros doxygen module

Timothy Gu timothygu99 at gmail.com
Fri Jul 4 20:06:42 CEST 2014


Without this patch, "Library Version Macros" module is not visible on
libavutil homepage in `make apidoc`.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 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 ba6bb02..e6ebb6c 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 918ac2c..3524151 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.
-- 
1.9.1



More information about the ffmpeg-devel mailing list