]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 18:25:05 +0000 (18:25 +0000)
Resolves: #423

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