From b095b7468548a2529efcc84d8d6eb1938ed24c53 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 2 Feb 2008 06:10:20 +0000 Subject: [PATCH] The documentation page has to be in its own comment block to work, apparently. Fix it up! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102037 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/event.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/asterisk/event.h b/include/asterisk/event.h index 6946b54e18..01fc833baf 100644 --- a/include/asterisk/event.h +++ b/include/asterisk/event.h @@ -20,6 +20,9 @@ * \file * \author Russell Bryant * \ref AstGenericEvents + */ + +/*! * \page AstGenericEvents Generic event system * * The purpose of this API is to provide a generic way to share events between