]>
Commit | Line | Data |
---|---|---|
5590a552 FM |
1 | ############################################################################# |
2 | ## Name: Doxyfile.qch | |
3 | ## Purpose: Doxygen configuration file for generating QCH only | |
4 | ## Author: Francesco Montorsi | |
5 | ## RCS-ID: $Id$ | |
6 | ## Licence: wxWindows license | |
7 | ############################################################################# | |
8 | ||
9 | @INCLUDE = Doxyfile_inc | |
10 | ||
11 | #--------------------------------------------------------------------------- | |
12 | # Generation switches | |
13 | #--------------------------------------------------------------------------- | |
14 | ||
15 | GENERATE_HTML = YES | |
16 | GENERATE_QHP = YES | |
17 | ||
18 | # the qhelpgenerator utility is typically part of a package named like | |
19 | # "qt4-dev-tools" in linux distributions: | |
20 | ##QHG_LOCATION = /usr/bin/qhelpgenerator | |
21 | ||
22 | # see http://doc.trolltech.com/4.4/qthelpproject.html for more info | |
23 | QHP_NAMESPACE = wx | |
24 | QHP_VIRTUAL_FOLDER = wxdoc |