glcolorconvert: fix comments that confuse gtk-doc
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 31 Oct 2014 10:45:19 +0000 (10:45 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:49 +0000 (19:31 +0000)
commiteabcf66f2f580936003bcfdfefcb5f903a424c9c
tree70218b7dce6d2f9d713f9a0b594837b345b2d0e0
parent0fa95fe809de2919ed65d911d7304b7aa6b1bfb9
glcolorconvert: fix comments that confuse gtk-doc

GTK-Doc uses a special syntax for code documentation. A multiline comment that
starts with an additional '*' marks a documentation block that will be processed
by the GTK-Doc tools. So GTK-Doc is confused if a comment block starts with that
additional '*' but isn't meant to be processed. Removing this additional '*'.

https://bugzilla.gnome.org/show_bug.cgi?id=739444
gst-libs/gst/gl/gstglcolorconvert.c