rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
26
docs/doxygen/Doxyfile_html
Normal file
26
docs/doxygen/Doxyfile_html
Normal file
@@ -0,0 +1,26 @@
|
||||
#############################################################################
|
||||
## Name: Doxyfile.html
|
||||
## Purpose: Doxygen configuration file for generating HTML only
|
||||
## Author: Francesco Montorsi
|
||||
## RCS-ID: $Id$
|
||||
## Licence: wxWindows license
|
||||
#############################################################################
|
||||
|
||||
@INCLUDE = Doxyfile_inc
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Generation switches
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_HTMLHELP = NO
|
||||
GENERATE_HTML = YES
|
||||
GENERATE_XML = NO
|
||||
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_RTF = NO
|
||||
GENERATE_MAN = NO
|
||||
GENERATE_PERLMOD = NO
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
GENERATE_TAGFILE =
|
||||
|
||||
HHC_LOCATION =
|
Reference in New Issue
Block a user