Socket/Protocols/INet: Add 'shutdown' member to TCPSocketProtocol
[senf.git] / Console / Doxyfile
index 0a359ce..4b9bc91 100644 (file)
@@ -2,9 +2,11 @@
 
 PROJECT_NAME = libConsole
 GENERATE_TAGFILE = doc/Console.tag
-ALPHABETICAL_INDEX = NO
+EXAMPLE_PATH = .
+EXCLUDE = testServer.cc
 
 TAGFILES = \
     "$(TOPDIR)/Socket/doc/Socket.tag" \
     "$(TOPDIR)/Scheduler/doc/Scheduler.tag" \
-    "$(TOPDIR)/Utils/doc/Utils.tag"
+    "$(TOPDIR)/Utils/doc/Utils.tag" \
+    "$(TOPDIR)/Utils/Logger/doc/Logger.tag"