From 57a7d6f699867dc38388b083d38063d6cec28dd6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 27 Jun 2009 23:23:02 +0300 Subject: [PATCH] docs: add basic section docs for multichannel and relocate the ones for audio Add section docs for multichannel, so that it has a short desc in the toc too. Move the section docs in adio up, so that the follow the copyright like elsewhere. --- gst-libs/gst/audio/audio.c | 13 ++++++------- gst-libs/gst/audio/multichannel.c | 6 ++++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 5501706531..86b8885b3b 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -16,6 +16,12 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:gstaudio + * @short_description: Support library for audio elements + * + * This library contains some helper functions for audio elements. + */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -26,13 +32,6 @@ #include -/** - * SECTION:gstaudio - * @short_description: Support library for audio elements - * - * This library contains some helper functions for audio elements. - */ - /** * gst_audio_frame_byte_size: * @pad: the #GstPad to get the caps from diff --git a/gst-libs/gst/audio/multichannel.c b/gst-libs/gst/audio/multichannel.c index 81495603aa..6494dfacd3 100644 --- a/gst-libs/gst/audio/multichannel.c +++ b/gst-libs/gst/audio/multichannel.c @@ -16,6 +16,12 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:gstmultichannel + * @short_description: Support library for multichannel audio elements + * + * This library contains some helper functions to work with multichannel audio. + */ #ifdef HAVE_CONFIG_H #include "config.h"