docs: add basic section docs for multichannel and relocate the ones for audio
authorStefan Kost <ensonic@users.sf.net>
Sat, 27 Jun 2009 20:23:02 +0000 (23:23 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sat, 27 Jun 2009 20:25:09 +0000 (23:25 +0300)
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
gst-libs/gst/audio/multichannel.c

index 5501706..86b8885 100644 (file)
  * 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"
 #include <gst/gststructure.h>
 
 /**
- * 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
  *
index 8149560..6494dfa 100644 (file)
  * 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"