source: trunk/tools/qdoc3/doc/examples/minimum.qdocconf

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 933 bytes
Line 
1# QDoc is a tool that constantly evolves to suit our needs,
2# and there are some compatibility issues between old and new
3# practices. For that reason, any QDoc configuration file needs to
4# include compat.qdocconf.
5
6#include(compat.qdocconf)
7
8
9# The outputdir variable specifies the directory
10# where QDoc will put the generated documentation.
11
12outputdir = html
13
14
15# The headerdirs variable specifies the directories
16# containing the header files associated
17# with the .cpp source files used in the documentation.
18
19headerdirs = .
20
21
22# The sourcedirs variable specifies the
23# directories containing the .cpp or .qdoc
24# files used in the documentation.
25
26#sourcedirs = .
27
28
29# The exampledirs variable specifies the directories containing
30# the source code of the example files.
31
32exampledirs = .
33
34
35# The imagedirs variable specifies the
36# directories containing the images used in the documentation.
37
38imagedirs = ./images
39
40
41
42
Note: See TracBrowser for help on using the repository browser.