From f00f0c253354b319b9ef23a7208daf20b14f78f2 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 18 Apr 2009 04:34:45 +0000 Subject: [PATCH] make doxygen happier svn:r1199 --- Doxyfile | 5 +++++ event.h | 6 +++--- include/event2/event.h | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index 2d66bbdb..ad04c648 100644 --- a/Doxyfile +++ b/Doxyfile @@ -55,8 +55,13 @@ SORT_BRIEF_DOCS = YES # with spaces. INPUT = event.h evdns.h evhttp.h evrpc.h \ + include/event2/event.h include/event2/event_struct.h \ + include/event2/event_compat.h \ + include/event2/buffer_compat.h \ include/event2/buffer.h include/event2/thread.h \ include/event2/tag.h include/event2/bufferevent.h \ + include/event2/bufferevent_struct.h \ + include/event2/bufferevent_compat.h \ include/event2/util.h \ include/event2/dns.h include/event2/dns_struct.h \ include/event2/dns_compat.h \ diff --git a/event.h b/event.h index c7bad607..890961e6 100644 --- a/event.h +++ b/event.h @@ -135,13 +135,13 @@ To browse the complete documentation of the libevent API, click on any of the following links. - event.h + event2/event.h The primary libevent header event2/buffer.h Buffer management for network reading and writing - evdns.h + event2/dns.h Asynchronous DNS resolution event2/http.h @@ -152,7 +152,7 @@ */ -/** @file event.h +/** @file libevent/event.h A library for writing event-driven network servers diff --git a/include/event2/event.h b/include/event2/event.h index 903659ad..ba364cbf 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -27,11 +27,11 @@ #ifndef _EVENT2_EVENT_H_ #define _EVENT2_EVENT_H_ -/** @file event.h +/** @file event2/event.h Core functions for waiting for and receiving events, and using event bases. - */ +*/ #ifdef __cplusplus extern "C" { -- 2.50.1