[FFmpeg-cvslog] lavf doxy: add installed headers to groups.

Anton Khirnov git at videolan.org
Sun Dec 11 01:12:50 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Dec 10 20:16:57 2011 +0100| [eca06cbed9160a16f5e6c58302f1b9e2ff116283] | committer: Anton Khirnov

lavf doxy: add installed headers to groups.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eca06cbed9160a16f5e6c58302f1b9e2ff116283
---

 libavformat/avformat.h |    6 ++++++
 libavformat/avio.h     |    1 +
 libavformat/version.h  |    6 ++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2298d71..525f8ff 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -22,6 +22,12 @@
 #define AVFORMAT_AVFORMAT_H
 
 /**
+ * @file
+ * @ingroup libavf
+ * Main libavformat public API header
+ */
+
+/**
  * @defgroup libavf I/O and Muxing/Demuxing Library
  * @{
  *
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 98880ba..dec2a5e 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -22,6 +22,7 @@
 
 /**
  * @file
+ * @ingroup lavf_io
  * Buffered I/O operations
  */
 
diff --git a/libavformat/version.h b/libavformat/version.h
index ba1254f..7ba411c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -21,6 +21,12 @@
 #ifndef AVFORMAT_VERSION_H
 #define AVFORMAT_VERSION_H
 
+/**
+ * @file
+ * @ingroup libavf
+ * Libavformat version macros
+ */
+
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 53



More information about the ffmpeg-cvslog mailing list