[FFmpeg-devel] [PATCH 10/24] avcodec/libschroedinger*: add Doxy groups
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:37 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libschroedinger.c | 1 +
libavcodec/libschroedinger.h | 3 +++
libavcodec/libschroedingerdec.c | 1 +
libavcodec/libschroedingerenc.c | 1 +
4 files changed, 6 insertions(+)
diff --git a/libavcodec/libschroedinger.c b/libavcodec/libschroedinger.c
index 9f0b25c..31fd78c 100644
--- a/libavcodec/libschroedinger.c
+++ b/libavcodec/libschroedinger.c
@@ -21,6 +21,7 @@
/**
* @file
* function definitions common to libschroedinger decoder and encoder
+* @ingroup lavc_codec_wrappers_libschroedinger
*/
#include "libavutil/attributes.h"
diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h
index 12fe57c..8dd98d8 100644
--- a/libavcodec/libschroedinger.h
+++ b/libavcodec/libschroedinger.h
@@ -21,6 +21,9 @@
/**
* @file
* data structures common to libschroedinger decoder and encoder
+* @ingroup lavc_codec_wrappers_libschroedinger
+* @defgroup lavc_codec_wrappers_libschroedinger libschroedinger
+* @ingroup lavc_codec_wrappers
*/
#ifndef AVCODEC_LIBSCHROEDINGER_H
diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c
index f20633a..5eea564 100644
--- a/libavcodec/libschroedingerdec.c
+++ b/libavcodec/libschroedingerdec.c
@@ -25,6 +25,7 @@
* the Schroedinger project can be found at http://www.diracvideo.org/.
* The library implements Dirac Specification Version 2.2.
* (http://dirac.sourceforge.net/specification.html).
+* @ingroup lavc_codec_wrappers_libschroedinger
*/
#include <string.h>
diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c
index 43530e8..d423495 100644
--- a/libavcodec/libschroedingerenc.c
+++ b/libavcodec/libschroedingerenc.c
@@ -25,6 +25,7 @@
* the Schroedinger project can be found at http://www.diracvideo.org/.
* The library implements Dirac Specification Version 2.2
* (http://dirac.sourceforge.net/specification.html).
+* @ingroup lavc_codec_wrappers_libschroedinger
*/
#include <schroedinger/schro.h>
--
1.8.1.2
More information about the ffmpeg-devel
mailing list