Source file documentation section links are not generating text between anchor tags in html output
Expected:
Multiqueue is similar to a normal Queue with the following additional features
Actual:
Multiqueue is similar to a normal with the following additional features
/plugins/elements/gstmultiqueue.c
/**
* SECTION:element-multiqueue
* Multiqueue is similar to a normal #GstQueue with the following additional
<p>Data is queued until one of the limits specified by the
<a href="GstMultiQueue:max-size-buffers"></a>, <a href="GstMultiQueue:max-size-bytes"></a> and/or
<a href="GstMultiQueue:max-size-time"></a> properties has been reached. Any attempt to push
more buffers into the queue will block the pushing thread until more space
No text inside the anchor tags. This is likely prevalent everywhere.