diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-11-05 19:56:41 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-11-05 19:56:41 +0000 |
| commit | c348189008950d9ad847c365e433336bba929f50 (patch) | |
| tree | ad3f976ddb286a3a7c41ee53d185f326925dc2f5 /documentation | |
| parent | b74d0b8a943109c3a3372f1d10c7121c8ce16aea (diff) | |
Fix doxygen docs: missing excludes and CMake paths.
This commit fixes two issues:
Doxygen build with CMake needs paths relative to CMake source dir.
Missing excluded files taken from STR #3320, file #42 (by Manolo):
http://www.fltk.org/strfiles/3320/scaling_rect_r12544.patch
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12545 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index c0f7b26bd..39744d09d 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -614,6 +614,8 @@ RECURSIVE = YES EXCLUDE = @CMAKE_SOURCE_DIR@/src/drivers/ EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_dnd_win32.cxx EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_dnd_x.cxx +EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_font_mac.cxx +EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_font_win32.cxx EXCLUDE += @CMAKE_SOURCE_DIR@/src/Fl_get_key_mac.cxx EXCLUDE += @CMAKE_SOURCE_DIR@/src/Fl_get_key_win32.cxx @@ -652,7 +654,8 @@ EXCLUDE_SYMBOLS += Fl_Native_File_Chooser_FLTK_Driver # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../test ../examples +EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/../test \ + @CMAKE_CURRENT_SOURCE_DIR@/../examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
