diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-08-12 15:04:35 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-08-12 15:04:35 +0000 |
| commit | 797f63592a32ec2bfd897df1080923d4af2dcedc (patch) | |
| tree | 88fa573a0c74e02f177eabf92bbfe25da87ec2ca /Doxyfile | |
| parent | 478d9762b8dc5a373c280d100ff413a899bcf7e2 (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-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
