One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs).

All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-17 21:14:32 +00:00
parent 766aecab3a
commit 2a6585b851
7 changed files with 45 additions and 73 deletions

View File

@@ -8,41 +8,31 @@
@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:
# <http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en>
# Then set the HHC_PATH environment variable to the folder where you
# installed HHC. See <http://www.computerhope.com/issues/ch000549.htm>
# 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
# <http://www.winehq.org/> following the instructions placed here:
# <http://appdb.winehq.org/objectManager.php?sClass=application&iId=2140>
# 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
#---------------------------------------------------------------------------
GENERATE_HTMLHELP = YES
# NOTE: the following must be set to YES otherwise doxygen won't generate the
# 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_XML = NO
GENERATE_HTMLHELP = YES
GENERATE_LATEX = NO
GENERATE_RTF = NO
GENERATE_MAN = NO
GENERATE_PERLMOD = NO
GENERATE_AUTOGEN_DEF = NO
GENERATE_TAGFILE =
# Notes about the HTML HELP COMPILER (hhc):
# hhc is the compiler used to produce CHM files from the HTML sources.
#
# => for Windows:
# you can download it for free from MS website:
# http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en
# then set the HHC_PATH environment variable to the folder where you
# installed HHC; see e.g. http://www.computerhope.com/issues/ch000549.htm
# for more info about how to set env variables in WinXP or newer.
#
# => for Unix:
# you can install the Windows version of the compiler under WINE
# (http://www.winehq.org/) following the instructions placed here:
# http://appdb.winehq.org/objectManager.php?sClass=application&iId=2140
# then you can place hhc.exe executable in your PATH; e.g. you can add to
# your ~/.bashrc (if you use bash):
# PATH=$PATH:~/.wine/drive_c/Programmi/HTMLHelpWorkshop
# export PATH
#
HHC_LOCATION = hhc.exe