diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-04-25 17:23:21 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-04-25 17:23:21 +0000 |
| commit | b02747d15715616a442d18f800d32161efa78924 (patch) | |
| tree | ff181db8640c7a031004c259baf08ff715512587 /documentation/Doxyfile | |
| parent | adb63efc6f30f0ab6ab807a156d44fa65e1eeafd (diff) | |
Simplify documentation generation, remove obsolete file.
Doxybook and Doxyfile have been compared and differences have
been adjusted so there are only _relevant_ differences now.
The dependency on fltk-book.tex in html generation has been removed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10718 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxyfile')
| -rw-r--r-- | documentation/Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 126371416..c181370cb 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -578,7 +578,7 @@ INPUT = src/index.dox \ src/license.dox \ src/examples.dox \ src/faq.dox \ - ../src/Fl_Sys_Menu_Bar.mm + ../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 @@ -613,7 +613,7 @@ RECURSIVE = YES EXCLUDE = ../src/fl_font_win32.cxx \ ../src/fl_font_mac.cxx \ - ../src/aimm.h + ../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 @@ -1013,7 +1013,7 @@ EXTRA_PACKAGES = # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = src/fltk-book.tex +LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will |
