]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
func_lock: Add missing see-also refs to documentation.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 15:01:18 +0000 (10:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:13 +0000 (18:32 +0000)
Resolves: #423
(cherry picked from commit 3be75073a93cf6eaffcb199b923a75fc3c778f57)

funcs/func_lock.c

index ffcd61c70cc303f4e08f58fbe41171c533aec24f..58dd3fbd5f530564d9d6b8475ecafdf90d15563e 100644 (file)
                                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>
                                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>
                                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>
  ***/