Skip to content

Commit

Permalink
func_lock: Add missing see-also refs to documentation.
Browse files Browse the repository at this point in the history
Resolves: #423
  • Loading branch information
InterLinked1 authored and asterisk-org-access-app[bot] committed Nov 9, 2023
1 parent 21412fd commit 5f115e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions funcs/func_lock.c
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
***/

Expand Down

0 comments on commit 5f115e4

Please sign in to comment.