summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-02-28 02:47:43 +0000
committerNiels Provos <provos@gmail.com>2008-02-28 02:47:43 +0000
commit5c70ea4c9d8720525405063658ccd3e24b6966b1 (patch)
treec207babc0f0e9122a5dbc5d250ae60d853c0bbef /Doxyfile
parenteb9b958089bcf59ad712c747e294da95c6baf20c (diff)
downloadlibevent-5c70ea4c9d8720525405063658ccd3e24b6966b1.tar.gz
improved code for evbuffer; avoids memcpy
svn:r674
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 77f6de89..b6df8512 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -54,7 +54,8 @@ SORT_BRIEF_DOCS = YES
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = event.h evdns.h evhttp.h evrpc.h
+INPUT = event.h evdns.h evhttp.h evrpc.h \
+ include/event2/buffer.h
#---------------------------------------------------------------------------
# configuration options related to the HTML output