func_lock: Add missing see-also refs to documentation.

Resolves: #423
pull/501/head
Naveen Albert 1 year ago
parent b5c31b55c9
commit 3be75073a9

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

Loading…
Cancel
Save