summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-05-08 06:15:04 +0000
committerNiels Provos <provos@gmail.com>2008-05-08 06:15:04 +0000
commitde1c43926b032954a91f7edf50bbf4f233bd791e (patch)
treeb6aa9c2b98c63f67c72a66827e2e5f7fa47654e8 /Doxyfile
parent3f56e364b76ccc3a688768e92952d08052556120 (diff)
downloadlibevent-de1c43926b032954a91f7edf50bbf4f233bd791e.tar.gz
migrate evhttp to event2; accessors are still missing
svn:r790
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index c0f09578..a9cda1ad 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -57,7 +57,9 @@ SORT_BRIEF_DOCS = YES
INPUT = event.h evdns.h evhttp.h evrpc.h \
include/event2/buffer.h include/event2/thread.h \
include/event2/tag.h include/event2/bufferevent.h \
- include/event2/util.h
+ include/event2/util.h \
+ include/event2/http.h include/event2/http_struct.h \
+ include/event2/http_compat.h
#---------------------------------------------------------------------------
# configuration options related to the HTML output