mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-18 08:49:57 -04:00
make doxygen happier
svn:r1199
This commit is contained in:
parent
e4f24219ee
commit
f00f0c2533
5
Doxyfile
5
Doxyfile
@ -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 \
|
||||||
|
6
event.h
6
event.h
@ -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
|
||||||
|
|
||||||
|
@ -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" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user