aboutsummaryrefslogtreecommitdiffstats
path: root/main/event.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-16 07:10:54 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-16 07:10:54 +0000
commit666b27ef9236d0b399fcf34ca60d120035f908a3 (patch)
treee5ed539e222e999ca21d873251a64edd6a88a007 /main/event.c
parent0b2323306012dee5af3465fda93e10f4c5099ec5 (diff)
This file really needs more documentation...
When we implement new API's - please include a small general overview in Doxygen git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64496 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/event.c')
-rw-r--r--main/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/event.c b/main/event.c
index e36c23b93..ffa2912b0 100644
--- a/main/event.c
+++ b/main/event.c
@@ -183,7 +183,7 @@ enum ast_event_subscriber_res ast_event_check_subscriber(enum ast_event_type typ
return res;
}
-/*! Send AST_EVENT_SUB events to this subscriber of ... subscriber events */
+/*! \brief Send AST_EVENT_SUB events to this subscriber of ... subscriber events */
void ast_event_report_subs(const struct ast_event_sub *event_sub)
{
struct ast_event *event;