summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-18 15:12:09 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-18 15:12:09 +0000
commit7135ffb6fc4fe231f2cbdb8a0b4188b6b7d65a9f (patch)
treec2b96acc27a09aa8e129ca2aa5ca9a75600af02f /Makefile.am
parentc895ee46180e1b8bbfea0e37a05b3a5e122cf385 (diff)
downloadlibevent-7135ffb6fc4fe231f2cbdb8a0b4188b6b7d65a9f.tar.gz
r15096@catbus: nickm | 2007-09-18 11:02:12 -0400
Add Doxygen documentation to header files; patch from Mark Heily. svn:r436
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 659074a3..d6d78b90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,4 +55,7 @@ man_MANS = event.3 evdns.3
verify: libevent.la
cd test && make verify
+doxygen:
+ doxygen $(srcdir)/Doxyfile
+
DISTCLEANFILES = *~