diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxybook | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook index a938a2a86..33bc07d1d 100644 --- a/documentation/Doxybook +++ b/documentation/Doxybook @@ -567,6 +567,7 @@ INPUT = src/index.dox \ src/unicode.dox \ ../FL \ ../src \ + ../cairo \ src/enumerations.dox \ src/glut.dox \ src/forms.dox \ @@ -576,7 +577,8 @@ INPUT = src/index.dox \ src/development.dox \ src/license.dox \ src/examples.dox \ - src/faq.dox + src/faq.dox \ + ../src/Fl_Sys_Menu_Bar.mm # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -610,7 +612,8 @@ RECURSIVE = YES # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = ../src/fl_font_win32.cxx \ - ../src/fl_font_mac.cxx + ../src/fl_font_mac.cxx \ + ../src/aimm.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |
