diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index b6fadb7b5..7972d709b 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -548,7 +548,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = ../src/fl_font_win32.cxx ../src/fl_font_mac.cxx \ +EXCLUDE = ../src/fl_font_win32.cxx ../src/fl_font_mac.cxx # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -1127,6 +1127,7 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = FL_DOXYGEN \ + HAVE_CAIRO \ HAVE_GL \ HAVE_GL_OVERLAY \ FL_EXPORT:= |
