gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Updated doxygen options to version 1.5.7.1
0 2 1
default
3 files changed with 202 insertions and 4 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
1
<doxygenlayout version="1.0">
2
  <!-- Navigation index tabs for HTML output -->
3
  <navindex>
4
    <tab type="mainpage" visible="yes" title=""/>
5
    <tab type="modules" visible="yes" title=""/>
6
    <tab type="classes" visible="yes" title="">
7
      <tab type="classes" visible="yes" title=""/>
8
      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> 
9
      <tab type="hierarchy" visible="yes" title=""/>
10
      <tab type="classmembers" visible="yes" title=""/>
11
    </tab>
12
    <tab type="namespaces" visible="yes" title="">
13
      <tab type="namespaces" visible="yes" title=""/>
14
      <tab type="namespacemembers" visible="yes" title=""/>
15
    </tab>
16
    <tab type="files" visible="yes" title="">
17
      <tab type="files" visible="yes" title=""/>
18
      <tab type="globals" visible="yes" title=""/>
19
    </tab>
20
    <tab type="dirs" visible="yes" title=""/>
21
    <tab type="examples" visible="yes" title=""/>  
22
    <tab type="pages" visible="yes" title=""/>
23
  </navindex>
24

	
25
  <!-- Layout definition for a class page -->
26
  <class>
27
    <briefdescription visible="no"/>
28
    <detaileddescription title=""/>
29
    <includes visible="$SHOW_INCLUDE_FILES"/>
30
    <inheritancegraph visible="$CLASS_GRAPH"/>
31
    <collaborationgraph visible="$COLLABORATION_GRAPH"/>
32
    <allmemberslink visible="yes"/>
33
    <memberdecl>
34
      <membergroups visible="yes"/>
35
      <nestedclasses visible="yes" title=""/>
36
      <publictypes title=""/>
37
      <publicslots title=""/>
38
      <signals title=""/>
39
      <publicmethods title=""/>
40
      <publicstaticmethods title=""/>
41
      <publicattributes title=""/>
42
      <publicstaticattributes title=""/>
43
      <protectedtypes title=""/>
44
      <protectedslots title=""/>
45
      <protectedmethods title=""/>
46
      <protectedstaticmethods title=""/>
47
      <protectedattributes title=""/>
48
      <protectedstaticattributes title=""/>
49
      <packagetypes title=""/>
50
      <packagemethods title=""/>
51
      <packagestaticmethods title=""/>
52
      <packageattributes title=""/>
53
      <packagestaticattributes title=""/>
54
      <properties title=""/>
55
      <events title=""/>
56
      <privatetypes title=""/>
57
      <privateslots title=""/>
58
      <privatemethods title=""/>
59
      <privatestaticmethods title=""/>
60
      <privateattributes title=""/>
61
      <privatestaticattributes title=""/>
62
      <friends title=""/>
63
      <related title="" subtitle=""/>
64
    </memberdecl>
65
    <memberdef>
66
      <typedefs title=""/>
67
      <enums title=""/>
68
      <constructors title=""/>
69
      <functions title=""/>
70
      <related title=""/>
71
      <variables title=""/>
72
      <properties title=""/>
73
      <events title=""/>
74
    </memberdef>
75
    <usedfiles visible="$SHOW_USED_FILES"/>
76
    <authorsection visible="yes"/>
77
  </class>
78

	
79
  <!-- Layout definition for a namespace page -->
80
  <namespace>
81
    <briefdescription visible="no"/>
82
    <detaileddescription title=""/>
83
    <memberdecl>
84
      <nestednamespaces visible="yes" title=""/>
85
      <classes visible="yes" title=""/>
86
      <membergroups visible="yes"/>
87
      <typedefs title=""/>
88
      <enums title=""/>
89
      <functions title=""/>
90
      <variables title=""/>
91
    </memberdecl>
92
    <memberdef>
93
      <typedefs title=""/>
94
      <enums title=""/>
95
      <functions title=""/>
96
      <variables title=""/>
97
    </memberdef>
98
    <authorsection visible="yes"/>
99
  </namespace>
100

	
101
  <!-- Layout definition for a file page -->
102
  <file>
103
    <briefdescription visible="no"/>
104
    <detaileddescription title=""/>
105
    <includes visible="$SHOW_INCLUDE_FILES"/>
106
    <includegraph visible="$INCLUDE_GRAPH"/>
107
    <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
108
    <sourcelink visible="yes"/>
109
    <memberdecl>
110
      <classes visible="yes" title=""/>
111
      <namespaces visible="yes" title=""/>
112
      <defines title=""/>
113
      <typedefs title=""/>
114
      <enums title=""/>
115
      <functions title=""/>
116
      <variables title=""/>
117
    </memberdecl>
118
    <memberdef>
119
      <defines title=""/>
120
      <typedefs title=""/>
121
      <enums title=""/>
122
      <functions title=""/>
123
      <variables title=""/>
124
    </memberdef>
125
    <authorsection/>
126
  </file>
127

	
128
  <!-- Layout definition for a group page -->
129
  <group>
130
    <briefdescription visible="no"/>
131
    <detaileddescription title=""/>
132
    <groupgraph visible="$GROUP_GRAPHS"/>
133
    <memberdecl>
134
      <classes visible="yes" title=""/>
135
      <namespaces visible="yes" title=""/>
136
      <dirs visible="yes" title=""/>
137
      <nestedgroups visible="yes" title=""/>
138
      <files visible="yes" title=""/>
139
      <defines title=""/>
140
      <typedefs title=""/>
141
      <enums title=""/>
142
      <enumvalues title=""/>
143
      <functions title=""/>
144
      <variables title=""/>
145
      <signals title=""/>
146
      <publicslots title=""/>
147
      <protectedslots title=""/>
148
      <privateslots title=""/>
149
      <events title=""/>
150
      <properties title=""/>
151
      <friends title=""/>
152
    </memberdecl>
153
    <memberdef>
154
      <pagedocs/>
155
      <defines title=""/>
156
      <typedefs title=""/>
157
      <enums title=""/>
158
      <enumvalues title=""/>
159
      <functions title=""/>
160
      <variables title=""/>
161
      <signals title=""/>
162
      <publicslots title=""/>
163
      <protectedslots title=""/>
164
      <privateslots title=""/>
165
      <events title=""/>
166
      <properties title=""/>
167
      <friends title=""/>
168
    </memberdef>
169
    <authorsection visible="yes"/>
170
  </group>
171

	
172
  <!-- Layout definition for a directory page -->
173
  <directory>
174
    <briefdescription visible="no"/>
175
    <detaileddescription title=""/>
176
    <directorygraph visible="yes"/>
177
    <memberdecl>
178
      <dirs visible="yes"/>
179
      <files visible="yes"/>
180
    </memberdecl>
181
  </directory>
182
</doxygenlayout>
Ignore white space 6 line context
1
# Doxyfile 1.5.5
1
# Doxyfile 1.5.7.1
2 2

	
3 3
#---------------------------------------------------------------------------
4 4
# Project related configuration options
... ...
@@ -33,9 +33,11 @@
33 33
BUILTIN_STL_SUPPORT    = YES
34 34
CPP_CLI_SUPPORT        = NO
35 35
SIP_SUPPORT            = NO
36
IDL_PROPERTY_SUPPORT   = YES
36 37
DISTRIBUTE_GROUP_DOC   = NO
37 38
SUBGROUPING            = YES
38 39
TYPEDEF_HIDES_STRUCT   = NO
40
SYMBOL_CACHE_SIZE      = 0
39 41
#---------------------------------------------------------------------------
40 42
# Build related configuration options
41 43
#---------------------------------------------------------------------------
... ...
@@ -66,7 +68,10 @@
66 68
MAX_INITIALIZER_LINES  = 5
67 69
SHOW_USED_FILES        = YES
68 70
SHOW_DIRECTORIES       = YES
71
SHOW_FILES             = YES
72
SHOW_NAMESPACES        = YES
69 73
FILE_VERSION_FILTER    = 
74
LAYOUT_FILE            = DoxygenLayout.xml
70 75
#---------------------------------------------------------------------------
71 76
# configuration options related to warning and progress messages
72 77
#---------------------------------------------------------------------------
... ...
@@ -75,7 +80,7 @@
75 80
WARN_IF_UNDOCUMENTED   = YES
76 81
WARN_IF_DOC_ERROR      = YES
77 82
WARN_NO_PARAMDOC       = NO
78
WARN_FORMAT            = "$file:$line: $text  "
83
WARN_FORMAT            = "$file:$line: $text"
79 84
WARN_LOGFILE           = doxygen.log
80 85
#---------------------------------------------------------------------------
81 86
# configuration options related to the input files
... ...
@@ -133,20 +138,27 @@
133 138
HTML_FOOTER            = 
134 139
HTML_STYLESHEET        = 
135 140
HTML_ALIGN_MEMBERS     = YES
136
GENERATE_HTMLHELP      = NO
141
HTML_DYNAMIC_SECTIONS  = NO
137 142
GENERATE_DOCSET        = NO
138 143
DOCSET_FEEDNAME        = "Doxygen generated docs"
139 144
DOCSET_BUNDLE_ID       = org.doxygen.Project
140
HTML_DYNAMIC_SECTIONS  = NO
145
GENERATE_HTMLHELP      = NO
141 146
CHM_FILE               = 
142 147
HHC_LOCATION           = 
143 148
GENERATE_CHI           = NO
149
CHM_INDEX_ENCODING     = 
144 150
BINARY_TOC             = NO
145 151
TOC_EXPAND             = NO
152
GENERATE_QHP           = NO
153
QCH_FILE               = 
154
QHP_NAMESPACE          = org.doxygen.Project
155
QHP_VIRTUAL_FOLDER     = doc
156
QHG_LOCATION           = 
146 157
DISABLE_INDEX          = NO
147 158
ENUM_VALUES_PER_LINE   = 4
148 159
GENERATE_TREEVIEW      = NO
149 160
TREEVIEW_WIDTH         = 250
161
FORMULA_FONTSIZE       = 10
150 162
#---------------------------------------------------------------------------
151 163
# configuration options related to the LaTeX output
152 164
#---------------------------------------------------------------------------
... ...
@@ -225,6 +237,9 @@
225 237
MSCGEN_PATH            = 
226 238
HIDE_UNDOC_RELATIONS   = YES
227 239
HAVE_DOT               = YES
240
DOT_FONTNAME           = FreeSans
241
DOT_FONTSIZE           = 10
242
DOT_FONTPATH           = 
228 243
CLASS_GRAPH            = YES
229 244
COLLABORATION_GRAPH    = NO
230 245
GROUP_GRAPHS           = NO
Ignore white space 6 line context
1 1
EXTRA_DIST += \
2 2
	doc/Doxyfile.in \
3
	doc/DoxygenLayout.xml \
3 4
	doc/coding_style.dox \
4 5
	doc/dirs.dox \
5 6
	doc/groups.dox \
0 comments (0 inline)