splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
26
docs/doxygen/Doxyfile.chm
Normal file
26
docs/doxygen/Doxyfile.chm
Normal file
@@ -0,0 +1,26 @@
|
||||
#############################################################################
|
||||
## Name: Doxyfile.chm
|
||||
## Purpose: Doxygen configuration file for generating CHM only
|
||||
## Author: Francesco Montorsi
|
||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
||||
## Licence: wxWindows license
|
||||
#############################################################################
|
||||
|
||||
@INCLUDE = Doxyfile.inc
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Generation switches
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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 = NO
|
||||
|
||||
HHC_LOCATION = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe
|
Reference in New Issue
Block a user