Add @ prefix to enum-variant references in documentation
authorMarijn Suijten <marijns95@gmail.com>
Sun, 28 Mar 2021 10:03:09 +0000 (12:03 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 28 Mar 2021 13:08:24 +0000 (13:08 +0000)
commit061e32b197d7cedb72618cbe552008f36da94055
treefd543aa10c442569acf8e8a29dc683359321bf8e
parent0b916e7cec578f56f96e8c18476003093621db44
Add @ prefix to enum-variant references in documentation

Found while working on GStreamer-rs documentation, some enums had this
bit of text pasted verbatim in the enum documentation rather than
attached to the enum-variant.  Fortunately it seems these in WebRTC and
D3D11 are the only ones matching the non-@-prefixed pattern:

    ^ \* GST_\w+:\s*\w+

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2118>
gst-libs/gst/d3d11/gstd3d11memory.h
gst-libs/gst/webrtc/webrtc_fwd.h