aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 23:44:20 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 23:44:20 +0000
commitdaf95de377fff18af5b9d9c24f1a8f353a1f465c (patch)
treeb4f451a9593bedd2c9171dc8d03ca89228930385 /include/asterisk/pbx.h
parent8a1c2d1509f49f43f4fdb91ec7e314eb553203f8 (diff)
Doxygen fixes.
Also fix a common typo I kept seeing (arguement) in various files. Closes issue #11222, patch by snuffy (with arguement > argument by me). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89202 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 645c8eedd..3479d6f2b 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -529,6 +529,8 @@ int ast_extension_cmp(const char *a, const char *b);
* \param exten new extension to add
* \param priority priority of new extension
* \param callerid callerid of extension
+ * \param found
+ * \param combined_find_spawn
*
* This adds a new extension to the asterisk extension list.
*