diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-13 09:30:39 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-13 09:30:39 -0300 |
commit | dd8dacdfdee901c2ef2b1b839e6edb1a39434af5 (patch) | |
tree | becccd4ea69e39a4ef2189d063b05b43a21c0bf5 | |
parent | 2c9b1ae709310a42aafe74e2fe5ccf851e1e9543 (diff) |
docs: Fix generation using markdown for titles around tables
-rw-r--r-- | ges/ges-audio-source.c | 6 | ||||
-rw-r--r-- | ges/ges-title-source.c | 5 | ||||
-rw-r--r-- | ges/ges-transition.c | 1 | ||||
-rw-r--r-- | ges/ges-video-source.c | 5 |
4 files changed, 8 insertions, 9 deletions
diff --git a/ges/ges-audio-source.c b/ges/ges-audio-source.c index b9fe5624..c5a97cc8 100644 --- a/ges/ges-audio-source.c +++ b/ges/ges-audio-source.c @@ -23,10 +23,11 @@ * @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" diff --git a/ges/ges-title-source.c b/ges/ges-title-source.c index 6a294b58..af39152e 100644 --- a/ges/ges-title-source.c +++ b/ges/ges-title-source.c @@ -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" diff --git a/ges/ges-transition.c b/ges/ges-transition.c index 82c15978..d6d5652b 100644 --- a/ges/ges-transition.c +++ b/ges/ges-transition.c @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ + /** * SECTION:gestransition * @title: GESTransition diff --git a/ges/ges-video-source.c b/ges/ges-video-source.c index 87a917a6..af1a34ce 100644 --- a/ges/ges-video-source.c +++ b/ges/ges-video-source.c @@ -23,10 +23,10 @@ * @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> |