X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be151c9a1c6b9f049bbbd2c6a1cea277a29e7e02..bf0f2c4b3302fb9abfc816585197f3e37c50e09f:/docs/doxygen/Doxyfile_chm diff --git a/docs/doxygen/Doxyfile_chm b/docs/doxygen/Doxyfile_chm index b5c44217a1..bd028989aa 100644 --- a/docs/doxygen/Doxyfile_chm +++ b/docs/doxygen/Doxyfile_chm @@ -3,24 +3,36 @@ ## Purpose: Doxygen configuration file for generating CHM only ## Author: Francesco Montorsi ## RCS-ID: $Id$ -## Licence: wxWindows license +## Licence: wxWindows licence ############################################################################# @INCLUDE = Doxyfile_inc +# HTML Help Compiler (hhc.exe) is the compiler used to produce CHM files from +# the HTML sources. You are required to install HHC to generate this format. +# +# Windows: +# You can download it for free from MS website: +# +# Then set the HHC_PATH environment variable to the folder where you +# installed HHC. See +# for more info about how to set env variables in WinXP or newer. +# +# Unix: +# You can install the Windows version of the compiler under WINE +# following the instructions placed here: +# +# Then place the hhc.exe executable in your PATH. You can add to your +# ~/.bashrc (if you use bash): +# PATH=$PATH:~/.wine/drive_c/Program Files/HTML Help Workshop +# export PATH + #--------------------------------------------------------------------------- # Generation switches #--------------------------------------------------------------------------- +# NOTE: GENERATE_HTML must be set to YES otherwise doxygen won't generate the +# index.hhp file and the CHM compilation will fail! +GENERATE_HTML = YES GENERATE_HTMLHELP = YES -GENERATE_HTML = NO -GENERATE_XML = NO - -GENERATE_LATEX = NO -GENERATE_RTF = NO -GENERATE_MAN = NO -GENERATE_PERLMOD = NO -GENERATE_AUTOGEN_DEF = NO -GENERATE_TAGFILE = -HHC_LOCATION = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe