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
		
	
	
		
			574 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			574 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #############################################################################
 | |
| ## Name:        Doxyfile.latex
 | |
| ## Purpose:     Doxygen configuration file for generating Latex only
 | |
| ## Author:      Stefan Csomor
 | |
| ## RCS-ID:      $Id$
 | |
| ## Licence:     wxWindows license
 | |
| #############################################################################
 | |
| 
 | |
| @INCLUDE = Doxyfile_inc
 | |
| 
 | |
| #---------------------------------------------------------------------------
 | |
| # Generation switches
 | |
| #---------------------------------------------------------------------------
 | |
| 
 | |
| GENERATE_LATEX         = YES
 | |
| 
 |