diff options
| author | Manolo Gouy <Manolo> | 2013-09-10 08:34:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-09-10 08:34:23 +0000 |
| commit | 154694fe19244687186beff671c8f9e5adf679ec (patch) | |
| tree | 353b5f325dfb1c3d7e84f1a27b0a84062a36e799 /documentation | |
| parent | 65226e073ebc0cbef45c06d0b1aadb6a2ba4f739 (diff) | |
Transmitted to Doxybook all changes that occurred in Doxyfile.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 |
