make doxygen happier

svn:r1199
This commit is contained in:
Niels Provos 2009-04-18 04:34:45 +00:00
parent e4f24219ee
commit f00f0c2533
3 changed files with 10 additions and 5 deletions

View File

@ -55,8 +55,13 @@ SORT_BRIEF_DOCS = YES
# with spaces. # with spaces.
INPUT = event.h evdns.h evhttp.h evrpc.h \ 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/buffer.h include/event2/thread.h \
include/event2/tag.h include/event2/bufferevent.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/util.h \
include/event2/dns.h include/event2/dns_struct.h \ include/event2/dns.h include/event2/dns_struct.h \
include/event2/dns_compat.h \ include/event2/dns_compat.h \

View File

@ -135,13 +135,13 @@
To browse the complete documentation of the libevent API, click on any of To browse the complete documentation of the libevent API, click on any of
the following links. the following links.
event.h event2/event.h
The primary libevent header The primary libevent header
event2/buffer.h event2/buffer.h
Buffer management for network reading and writing Buffer management for network reading and writing
evdns.h event2/dns.h
Asynchronous DNS resolution Asynchronous DNS resolution
event2/http.h event2/http.h
@ -152,7 +152,7 @@
*/ */
/** @file event.h /** @file libevent/event.h
A library for writing event-driven network servers A library for writing event-driven network servers

View File

@ -27,11 +27,11 @@
#ifndef _EVENT2_EVENT_H_ #ifndef _EVENT2_EVENT_H_
#define _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. Core functions for waiting for and receiving events, and using event bases.
*/ */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {