]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
This file really needs more documentation...
authorOlle Johansson <oej@edvina.net>
Wed, 16 May 2007 07:10:54 +0000 (07:10 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 16 May 2007 07:10:54 +0000 (07:10 +0000)
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

main/event.c

index e36c23b93380d4f1e0c3f0927c75f39b5c56ecd7..ffa2912b094e5e8ffe2668b1fd3b53383517505d 100644 (file)
@@ -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;