aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_db.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 12:13:57 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 12:13:57 +0000
commit8de203d7660f6c6cff73ac098b575dbccd84b459 (patch)
tree370e13f21a5cec57db695cc35ec7ce15ca42d190 /apps/app_db.c
parent50b9863fdb42c5d142f8b9994d2b179eeb27392b (diff)
- Add some see-also references based on TFOT.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154542 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_db.c')
-rw-r--r--apps/app_db.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/app_db.c b/apps/app_db.c
index 72b604680..3a89b867b 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -55,6 +55,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</description>
<see-also>
<ref type="function">DB_DELETE</ref>
+ <ref type="application">DBdeltree</ref>
+ <ref type="function">DB</ref>
</see-also>
</application>
<application name="DBdeltree" language="en_US">
@@ -69,6 +71,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>This application will delete a <replaceable>family</replaceable> or <replaceable>keytree</replaceable>
from the Asterisk database.</para>
</description>
+ <see-also>
+ <ref type="function">DB_DELETE</ref>
+ <ref type="application">DBdel</ref>
+ <ref type="function">DB</ref>
+ </see-also>
</application>
***/