OSDN Git Service

post WM_NULL to attached threads on yamy exit to unmap mayu{32,64}.dll
[yamy/yamy.git] / doc++.conf
1 # Document all
2 documentAll             false
3
4 # Use C/C++ comments as doc++-comments
5 useNormalComments       false
6
7 # Parse HTML syntax, not only TeX
8 HTMLSyntax              true
9
10 # Read a list of input files from this file
11 # fileList
12
13 # Parse Java instead of C/C++
14 parseJava               false
15
16 # Ignore `#define' macros
17 ignoreDefines           false
18
19 # Document private members
20 documentPrivateMembers  true
21
22 # Optimize for speed instead of size
23 optimizeForSpeed        false
24
25 # Activate Quantel extensions, folding & appended comments
26 quantelExtensions       true
27
28 # Generate internal documentation
29 internalDoc             false
30
31 # Generate TeX output instead of HTML
32 doTeX                   false
33
34 # Generate upwards arrows in class graphs
35 upwardsArrows           true
36
37 # Turn verbose mode on
38 verboseOperation        false
39
40 # Scan `#include'ed header files
41 # scanIncludes          false
42
43 # Generate DocBook SGML output instead of HTML
44 doDocBook               false
45
46 # List of input files
47 # inputFiles
48
49 #
50 # Additional options for HTML output
51 #
52
53 # Use tables instead of descriptions lists
54 useTables               false
55
56 # Use tables with borders instead of descriptions lists
57 useTablesWithBorders    false
58
59 # Use this file as footer on HTML pages
60 # footer
61
62 # Set the output directory
63 outputDir               srcdesc
64
65 # Show filenames in manual pages
66 showFilenames           true
67
68 # Show filenames with path in manual pages
69 showFilenamesWithPath   true
70
71 # Do not generate GIFS for equations, etc.
72 noGifs                  false
73
74 # Force generation of GIFs
75 forceGifs               false
76
77 # Don't show inherited members
78 noInheritedMembers      false
79
80 # Do not generate Java graphs
81 noJavaGraphs            false
82
83 # Keep trivial class graphs
84 trivialGraphs           false
85
86 # Don't show members without documentation in DOC section
87 noMembers               false
88
89 # Show members in TOC
90 showMembersInTOC        false
91
92 # Discard general stuff
93 discardGeneral          false
94
95 # Sort entries alphabetically
96 sortEntries             true
97
98 # Use this file as header on HTML pages
99 header                  doc++-header.html
100
101 # Print group documentation before group
102 groupBeforeGroup        false
103
104 # Print class documentation before group
105 classBeforeGroup        false
106
107 # Use this suffix for HTML pages
108 htmlSuffix              .html
109
110 #
111 # Additional options for TeX output
112 #
113
114 # Only generate class graph
115 onlyClassGraph          false
116
117 # Read TeX environment from this file
118 # environment
119
120 # Generate index
121 generateIndex           false
122
123 # Setup TeX style option
124 # style
125
126 # Use the following TeX packages
127 # usePackage
128
129 # Use the content of this file as TeX title page
130 # title
131
132 # Set minimum depth (number of levels) in TOC
133 minimumDepth            1
134
135 # Do not generate TeX environment
136 noEnvironment           false
137
138 # Do not generate the class graph
139 noClassGraph            false
140
141 # Set output file name
142 # outputFilename
143
144 # Generate source code listing
145 generateSourceListing