summaryrefslogtreecommitdiff
path: root/include/asterisk/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/event.h')
-rw-r--r--include/asterisk/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/event.h b/include/asterisk/event.h
index 18a4c706c..80debd4d3 100644
--- a/include/asterisk/event.h
+++ b/include/asterisk/event.h
@@ -200,7 +200,7 @@ void ast_event_report_subs(const struct ast_event_sub *sub);
* AST_EVENT_IE_END))) {
* return;
* }
- * \code
+ * \endcode
*
* This creates a MWI event with 3 information elements, a mailbox which is
* a string, and the number of new and old messages, specified as integers.