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
		
			
				
	
	
		
			18 lines
		
	
	
		
			606 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			606 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#############################################################################
 | 
						|
## 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_HTML          = YES
 | 
						|
SEARCHENGINE           = YES
 | 
						|
 |