mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
docs: Fix generation using markdown for titles around tables
This commit is contained in:
parent
2c9b1ae709
commit
dd8dacdfde
4 changed files with 8 additions and 9 deletions
|
@ -23,10 +23,11 @@
|
||||||
* @title: GESAudioSource
|
* @title: GESAudioSource
|
||||||
* @short_description: Base Class for audio sources
|
* @short_description: Base Class for audio sources
|
||||||
*
|
*
|
||||||
* <refsect1 id="GESVideoSource.children_properties" role="properties">
|
* ## Children Properties
|
||||||
* <title role="children_properties.title">Children Properties
|
*
|
||||||
* You can use the following children properties through the
|
* You can use the following children properties through the
|
||||||
* #ges_track_element_set_child_property and alike set of methods:
|
* #ges_track_element_set_child_property and alike set of methods:
|
||||||
|
*
|
||||||
* <informaltable frame="none">
|
* <informaltable frame="none">
|
||||||
* <tgroup cols="3">
|
* <tgroup cols="3">
|
||||||
* <colspec colname="properties_type" colwidth="150px"/>
|
* <colspec colname="properties_type" colwidth="150px"/>
|
||||||
|
@ -46,7 +47,6 @@
|
||||||
* </tbody>
|
* </tbody>
|
||||||
* </tgroup>
|
* </tgroup>
|
||||||
* </informaltable>
|
* </informaltable>
|
||||||
* </refsect1>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ges-internal.h"
|
#include "ges-internal.h"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
* #GESTitleSource is a GESTimelineElement that implements the notion
|
* #GESTitleSource is a GESTimelineElement that implements the notion
|
||||||
* of titles in GES.
|
* of titles in GES.
|
||||||
*
|
*
|
||||||
* <refsect1 id="GESTileSource.children_properties" role="properties">
|
* ## Children Properties
|
||||||
* <title role="children_properties.title">Children Properties
|
*
|
||||||
* You can use the following children properties through the
|
* You can use the following children properties through the
|
||||||
* #ges_track_element_set_child_property and alike set of methods:
|
* #ges_track_element_set_child_property and alike set of methods:
|
||||||
* <informaltable frame="none">
|
* <informaltable frame="none">
|
||||||
|
@ -86,7 +86,6 @@
|
||||||
* </tbody>
|
* </tbody>
|
||||||
* </tgroup>
|
* </tgroup>
|
||||||
* </informaltable>
|
* </informaltable>
|
||||||
* </refsect1>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ges-internal.h"
|
#include "ges-internal.h"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gestransition
|
* SECTION:gestransition
|
||||||
* @title: GESTransition
|
* @title: GESTransition
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
* @title: GESVideoSource
|
* @title: GESVideoSource
|
||||||
* @short_description: Base Class for video sources
|
* @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
|
* You can use the following children properties through the
|
||||||
* #ges_track_element_set_child_property and alike set of methods:
|
* #ges_track_element_set_child_property and alike set of methods:
|
||||||
|
*
|
||||||
* <informaltable frame="none">
|
* <informaltable frame="none">
|
||||||
* <tgroup cols="3">
|
* <tgroup cols="3">
|
||||||
* <colspec colname="properties_type" colwidth="150px"/>
|
* <colspec colname="properties_type" colwidth="150px"/>
|
||||||
|
@ -81,7 +81,6 @@
|
||||||
* </tbody>
|
* </tbody>
|
||||||
* </tgroup>
|
* </tgroup>
|
||||||
* </informaltable>
|
* </informaltable>
|
||||||
* </refsect1>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/pbutils/missing-plugins.h>
|
#include <gst/pbutils/missing-plugins.h>
|
||||||
|
|
Loading…
Reference in a new issue