]> granicus.if.org Git - libevent/commitdiff
make doxygen happier
authorNiels Provos <provos@gmail.com>
Sat, 18 Apr 2009 04:34:45 +0000 (04:34 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 18 Apr 2009 04:34:45 +0000 (04:34 +0000)
svn:r1199

Doxyfile
event.h
include/event2/event.h

index 2d66bbdb1972f1a143b17c4509e1367eb5c56cb8..ad04c6480e171ba797ee4d3d7ee719545262ada1 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -55,8 +55,13 @@ SORT_BRIEF_DOCS        = YES
 # with spaces.
 
 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/tag.h include/event2/bufferevent.h \
+                      include/event2/bufferevent_struct.h \
+                      include/event2/bufferevent_compat.h \
                       include/event2/util.h \
                       include/event2/dns.h include/event2/dns_struct.h \
                       include/event2/dns_compat.h \
diff --git a/event.h b/event.h
index c7bad6072ea9efbdaed8c4050ade1fe8834b711a..890961e69f161c19f9c5e537b032a2c34a29c648 100644 (file)
--- a/event.h
+++ b/event.h
   To browse the complete documentation of the libevent API, click on any of
   the following links.
 
-  event.h
+  event2/event.h
   The primary libevent header
 
   event2/buffer.h
   Buffer management for network reading and writing
 
-  evdns.h
+  event2/dns.h
   Asynchronous DNS resolution
 
   event2/http.h
 
  */
 
-/** @file event.h
+/** @file libevent/event.h
 
   A library for writing event-driven network servers
 
index 903659adf66c736765e399982348ba900e4d18f2..ba364cbfbe3fd11b6a58c377d10842f74ce68467 100644 (file)
 #ifndef _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.
 
- */
+*/
 
 #ifdef __cplusplus
 extern "C" {