~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to docs/doxygen/Doxyfile_all

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################################################
 
2
## Name:        Doxyfile.all
 
3
## Purpose:     Doxygen configuration file for generating all main formats
 
4
## Author:      Francesco Montorsi
 
5
## RCS-ID:      $Id: Doxyfile_all 64940 2010-07-13 13:29:13Z VZ $
 
6
## Licence:     wxWindows licence
 
7
#############################################################################
 
8
 
 
9
@INCLUDE = Doxyfile_inc
 
10
 
 
11
#---------------------------------------------------------------------------
 
12
# Generation switches
 
13
#---------------------------------------------------------------------------
 
14
 
 
15
# This file generates all the official formats we distribute.
 
16
 
 
17
GENERATE_HTML          = YES
 
18
GENERATE_HTMLHELP      = YES
 
19
GENERATE_LATEX         = NO
 
20
GENERATE_RTF           = NO
 
21
GENERATE_MAN           = NO
 
22
GENERATE_XML           = YES
 
23
GENERATE_AUTOGEN_DEF   = NO
 
24
GENERATE_PERLMOD       = YES
 
25
GENERATE_TAGFILE       =
 
26