docs: Fix generation using markdown for titles around tables
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 13 Mar 2017 12:30:39 +0000 (09:30 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 13 Mar 2017 12:30:39 +0000 (09:30 -0300)
ges/ges-audio-source.c
ges/ges-title-source.c
ges/ges-transition.c
ges/ges-video-source.c

index b9fe562..c5a97cc 100644 (file)
  * @title: GESAudioSource
  * @short_description: Base Class for audio sources
  *
- * <refsect1 id="GESVideoSource.children_properties" role="properties">
- * <title role="children_properties.title">Children Properties
+ * ## Children Properties
+ *
  * You can use the following children properties through the
  * #ges_track_element_set_child_property and alike set of methods:
+ *
  * <informaltable frame="none">
  * <tgroup cols="3">
  * <colspec colname="properties_type" colwidth="150px"/>
@@ -46,7 +47,6 @@
  * </tbody>
  * </tgroup>
  * </informaltable>
- * </refsect1>
  */
 
 #include "ges-internal.h"
index 6a294b5..af39152 100644 (file)
@@ -26,8 +26,8 @@
  * #GESTitleSource is a GESTimelineElement that implements the notion
  * of titles in GES.
  *
- * <refsect1 id="GESTileSource.children_properties" role="properties">
- * <title role="children_properties.title">Children Properties
+ * ## Children Properties
+ *
  * You can use the following children properties through the
  * #ges_track_element_set_child_property and alike set of methods:
  * <informaltable frame="none">
@@ -86,7 +86,6 @@
  * </tbody>
  * </tgroup>
  * </informaltable>
- * </refsect1>
  */
 
 #include "ges-internal.h"
index 82c1597..d6d5652 100644 (file)
@@ -17,6 +17,7 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+
 /**
  * SECTION:gestransition
  * @title: GESTransition
index 87a917a..af1a34c 100644 (file)
  * @title: GESVideoSource
  * @short_description: Base Class for video sources
  *
- * <refsect1 id="GESVideoSource.children_properties" role="properties">
- * # Children Properties
+ * # Children Properties:
  * You can use the following children properties through the
  * #ges_track_element_set_child_property and alike set of methods:
+ *
  * <informaltable frame="none">
  * <tgroup cols="3">
  * <colspec colname="properties_type" colwidth="150px"/>
@@ -81,7 +81,6 @@
  * </tbody>
  * </tgroup>
  * </informaltable>
- * </refsect1>
  */
 
 #include <gst/pbutils/missing-plugins.h>