summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-04 23:02:11 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-05 13:01:07 -0400
commit2888faccd1a7e979a066c9241b273371a4838d68 (patch)
tree2596dcf070a5253d372bbe59ec12be36531a4b6c /Doxyfile
parente7fe92709e7f83e5189cbcf485ec3a040f0710b5 (diff)
downloadlibevent-2888faccd1a7e979a066c9241b273371a4838d68.tar.gz
Revise the event/evbuffer/bufferevent doxygen for clarity and accuracy
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 3fc853e5..896a50ac 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -45,6 +45,15 @@ OPTIMIZE_OUTPUT_FOR_C = YES
SORT_BRIEF_DOCS = YES
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
+# can be used to strip a user-defined part of the path. Stripping is
+# only done if one of the specified strings matches the left-hand part of
+# the path. The tag can be used to show relative paths in the file list.
+# If left blank the directory from which doxygen is run is used as the
+# path to strip.
+
+STRIP_FROM_PATH = include/
+
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
@@ -226,7 +235,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = TAILQ_ENTRY RB_ENTRY _EVENT_DEFINED_TQENTRY
+PREDEFINED = TAILQ_ENTRY RB_ENTRY _EVENT_DEFINED_TQENTRY _EVENT_IN_DOXYGEN
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.