Drop `@` documentation references from functions and external types
authorMarijn Suijten <marijns95@gmail.com>
Tue, 30 Mar 2021 09:18:17 +0000 (11:18 +0200)
committerMarijn Suijten <marijns95@gmail.com>
Thu, 15 Apr 2021 13:49:39 +0000 (15:49 +0200)
commit33167573e1f792f2f7ebfadc8920203c66858607
treef3a96a8a2cfd22d2c8d5f8852e7aa39ca725cbce
parentc17781e1a98e95f200738cb0c801dd9114ac0c03
Drop `@` documentation references from functions and external types

`@` references are used to reference function parameters, struct members
or enum variants _within_ the current type/function.  It cannot and
should not be used to reference to types outside that.

Since C has no notion of member functions it makes little sense to
prefix these with `@`; most of the documentation here was referencing
functions on _different_ types anyway.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1090>
gst-libs/gst/audio/gstaudiobasesink.h
gst-libs/gst/video/gstvideoutils.h
gst-libs/gst/video/video-color.c
gst/rawparse/gstrawbaseparse.c