aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_waitforsilence.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
commitab6566173e89a7a2dfe6a1e38d496ac0304ecd4a (patch)
tree1b2ab16c2e716280b11341c3232c276cd8d51ba4 /apps/app_waitforsilence.c
parent22011cf1eb67014e5cfd7f22f29762172afe2b89 (diff)
update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_waitforsilence.c')
-rw-r--r--apps/app_waitforsilence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c
index 615eddbce..948c8c756 100644
--- a/apps/app_waitforsilence.c
+++ b/apps/app_waitforsilence.c
@@ -26,6 +26,8 @@
* - WaitForSilence(500,2) will wait for 1/2 second of silence, twice \n
* - WaitForSilence(1000,1) will wait for 1 second of silence, once \n
*
+ * \author David C. Troy <dave@popvox.com>
+ *
* \ingroup applications
*/