summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-08-12 15:04:35 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-08-12 15:04:35 +0000
commit797f63592a32ec2bfd897df1080923d4af2dcedc (patch)
tree88fa573a0c74e02f177eabf92bbfe25da87ec2ca /Doxyfile
parent478d9762b8dc5a373c280d100ff413a899bcf7e2 (diff)
Wrong attribute fixed in Doxygen.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 7bc78f659..fe1ffbe57 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1022,7 +1022,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = FL_EXPORT:=
+PREDEFINED = FL_DOXYGEN FL_EXPORT:=
# 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.