From b0ee0e4262014001faceb47d71c3a44c75ab86b4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 17:55:13 +0000 Subject: [PATCH] add docs to build Original commit message from CVS: * Makefile.am: * configure.ac: add docs to build * common/plugins.xsl: wrap Description into a refsect2 * docs/Makefile.am: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init), (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: GstGOOM -> GstGoom add an example launch line * gst/level/gstlevel.h: * gst/monoscope/gstmonoscope.c: cleanups --- plugins.xsl | 56 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/plugins.xsl b/plugins.xsl index fc593aa..8b71d77 100644 --- a/plugins.xsl +++ b/plugins.xsl @@ -25,34 +25,38 @@ - - - - - plugin - - - - plugin- - + + + Element Information + + + + + plugin + + + + plugin- + + + - - - - - author - - - - - - - class - - - - + + + author + + + + + + + class + + + + + -- 2.7.4