[asterisk-commits] oej: trunk r64496 - /trunk/main/event.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 16 00:10:54 MST 2007


Author: oej
Date: Wed May 16 02:10:54 2007
New Revision: 64496

URL: http://svn.digium.com/view/asterisk?view=rev&rev=64496
Log:
This file really needs more documentation...
When we implement new API's - please include a small general overview in Doxygen

Modified:
    trunk/main/event.c

Modified: trunk/main/event.c
URL: http://svn.digium.com/view/asterisk/trunk/main/event.c?view=diff&rev=64496&r1=64495&r2=64496
==============================================================================
--- trunk/main/event.c (original)
+++ trunk/main/event.c Wed May 16 02:10:54 2007
@@ -183,7 +183,7 @@
 	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;



More information about the asterisk-commits mailing list