From 73a2fa5b99fda883323cd53346f564c14060a01d Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 3 Dec 2008 01:02:10 +0000 Subject: Doxygen documentation: - Fixed recent documentation update problems in fl_draw.cxx : \ and @ char must be doubled otherwise interpreted as doxygen keywords - Fixed some doxygenized parameters problems in Fl_Preferences.cxx - Added the treeview mode, now featuring a vertical left tree browser in html doc - Splitted html configuration file from pdf configuration file, now a new Doxybook config file permits to customize independtly both html and pdf modes without risking side effects and also without assuming an fltk user will have the Tex tools installed to generate the html doc. Now only pdf generation will need LaTex tools. - Updated the doxygen based documentation to revison 9 and added new significant contributors to index.dox in alphabetical order. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6539 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 0cc8b7643..63f32d304 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -284,6 +284,7 @@ pdf: latex/refman.pdf latex/refman.pdf: latex/refman.tex Doxyfile $(EPSFILES) echo "Generating PDF documentation..." + $(DOXYDOC) Doxybook ;\ (cd latex ;\ pdflatex --interaction=nonstopmode refman.tex ;\ makeindex refman.idx ;\ -- cgit v1.2.3