diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:48:50 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:48:50 -0400 |
commit | 210c29665a68f95d398da085294766011be62e95 (patch) | |
tree | 84722405d75a6b2a254193a5d17f050a86c965e3 /gst | |
parent | 4d4e4363764d2693f7f15d95d90405b7cb4587b3 (diff) |
doc: Remove parenthesis around Since:
This confuse the parser, hence it does not endup in the doc and the
index properly.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index fdf0e19c3..20154aa72 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -577,7 +577,7 @@ typedef struct _GstParentBufferMeta GstParentBufferMeta; * buffer from being returned to a buffer pool until the #GstMemory is available * for re-use. * - * (Since: 1.6) + * Since: 1.6 */ struct _GstParentBufferMeta { |