2a6585b851
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
17 lines
575 B
Plaintext
17 lines
575 B
Plaintext
#############################################################################
|
|
## Name: Doxyfile.xml
|
|
## Purpose: Doxygen configuration file for generating XML only
|
|
## Author: Francesco Montorsi
|
|
## RCS-ID: $Id$
|
|
## Licence: wxWindows license
|
|
#############################################################################
|
|
|
|
@INCLUDE = Doxyfile_inc
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Generation switches
|
|
#---------------------------------------------------------------------------
|
|
|
|
GENERATE_XML = YES
|
|
|