summaryrefslogtreecommitdiff
path: root/include/asterisk/event.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-11 14:17:29 +0000
committerOlle Johansson <oej@edvina.net>2007-12-11 14:17:29 +0000
commit4be6ed687450df24e86367181b68e9f90cb398c9 (patch)
tree6cca3e832b35c1035169d9fea07aa663936c3839 /include/asterisk/event.h
parent4e789be007f9f99296a3c2f64659721c093841d1 (diff)
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/event.h')
-rw-r--r--include/asterisk/event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/event.h b/include/asterisk/event.h
index 27d1f4a0a..6946b54e1 100644
--- a/include/asterisk/event.h
+++ b/include/asterisk/event.h
@@ -19,7 +19,8 @@
/*!
* \file
* \author Russell Bryant <russell@digium.com>
- * \brief Generic event system
+ * \ref AstGenericEvents
+ * \page AstGenericEvents Generic event system
*
* The purpose of this API is to provide a generic way to share events between
* Asterisk modules. Code can generate events, and other code can subscribe to