From: Olle Johansson Date: Wed, 16 May 2007 07:10:54 +0000 (+0000) Subject: This file really needs more documentation... X-Git-Tag: 1.6.0-beta1~3^2~2669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28d908e85ce946846dc5f16ddda55ed30e3921e;p=thirdparty%2Fasterisk.git This file really needs more documentation... When we implement new API's - please include a small general overview in Doxygen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64496 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/event.c b/main/event.c index e36c23b933..ffa2912b09 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;