summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-29 15:48:59 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-29 15:48:59 -0500
commitda455e92f5e8d946835d7ced883e4739d0234108 (patch)
treea3eb89a8ca37731134474bc7d5f759609a13801e /Doxyfile
parent946b5841c22c4b050513ecf6d5a01bd521b05673 (diff)
downloadlibevent-da455e92f5e8d946835d7ced883e4739d0234108.tar.gz
Fix doxygen to use new macro conventions
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 5d3865e7..d9d66034 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -239,7 +239,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 _EVENT_IN_DOXYGEN
+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.