diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-01-16 11:26:16 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-01-27 16:36:38 -0300 |
commit | a87b4551a6090663a1714f263d4e20fe75eb46ca (patch) | |
tree | 4367eb5b3027851743c464bd159abb6c7325f694 /gst/gstsample.c | |
parent | 76f049bc49fc6fc56ca19d64749cfbe2f601c3c9 (diff) |
Port gtk-doc comments to their equivalent markdown syntax
Modernizing our documentation and preparing a possible move to hotdoc.
This commits also adds missing @title metadatas to all SECTIONs
Diffstat (limited to 'gst/gstsample.c')
-rw-r--r-- | gst/gstsample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstsample.c b/gst/gstsample.c index e61ff6784..219db6bac 100644 --- a/gst/gstsample.c +++ b/gst/gstsample.c @@ -21,6 +21,7 @@ /** * SECTION:gstsample + * @title: GstSample * @short_description: A media sample * @see_also: #GstBuffer, #GstCaps, #GstSegment * |