func_lock: Add missing see-also refs to documentation.

Resolves: #423
(cherry picked from commit 3be75073a9)
releases/21.9
Naveen Albert 2 years ago committed by Asterisk Development Team
parent 8c71aefa04
commit 138f6f4b92

@ -64,6 +64,10 @@
dialplan, and not directly from external protocols.</para>
</note>
</description>
<see-also>
<ref type="function">TRYLOCK</ref>
<ref type="function">UNLOCK</ref>
</see-also>
</function>
<function name="TRYLOCK" language="en_US">
<synopsis>
@ -82,6 +86,10 @@
dialplan, and not directly from external protocols.</para>
</note>
</description>
<see-also>
<ref type="function">LOCK</ref>
<ref type="function">UNLOCK</ref>
</see-also>
</function>
<function name="UNLOCK" language="en_US">
<synopsis>
@ -101,6 +109,10 @@
dialplan, and not directly from external protocols.</para>
</note>
</description>
<see-also>
<ref type="function">LOCK</ref>
<ref type="function">TRYLOCK</ref>
</see-also>
</function>
***/

Loading…
Cancel
Save