func_lock: Add missing see-also refs to documentation.

Resolves: #423
This commit is contained in:
Naveen Albert 2023-11-09 10:01:18 -05:00 committed by asterisk-org-access-app[bot]
parent 21412fddcb
commit 5f115e425c
1 changed files with 12 additions and 0 deletions

View File

@ -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>
***/