summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-02-15 17:29:08 +0000
committerJason Parker <jparker@digium.com>2008-02-15 17:29:08 +0000
commit72bc8a7c7db13afe5b6d97a8d67e942689d5f8e8 (patch)
tree3a63fb704485864ab9b2f72bde73a4991776ac33 /main/channel.c
parent32a758d944dd8355d799ae768f456ad7c1b769c7 (diff)
Fix up some doxygen issues.
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index d6710ccc3..05f54ffdf 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -4059,7 +4059,10 @@ int ast_channel_early_bridge(struct ast_channel *c0, struct ast_channel *c1)
}
/*! \brief Send manager event for bridge link and unlink events.
- \param type 1 for core, 2 for native
+ * \param onoff Link/Unlinked
+ * \param type 1 for core, 2 for native
+ * \param c0 first channel in bridge
+ * \param c1 second channel in bridge
*/
static void manager_bridge_event(int onoff, int type, struct ast_channel *c0, struct ast_channel *c1)
{