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 /plugins/elements/gstvalve.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 'plugins/elements/gstvalve.c')
-rw-r--r-- | plugins/elements/gstvalve.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/elements/gstvalve.c b/plugins/elements/gstvalve.c index 04cc965b8..9dbc7a6f6 100644 --- a/plugins/elements/gstvalve.c +++ b/plugins/elements/gstvalve.c @@ -22,6 +22,7 @@ /** * SECTION:element-valve + * @title: valve * * The valve is a simple element that drops buffers when the #GstValve:drop * property is set to %TRUE and lets then through otherwise. |