gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Update Doxygen config files + enable search (#404)
0 2 0
default
2 files changed with 42 insertions and 18 deletions:
↑ Collapse diff ↑
Show white space 6 line context
1
# Doxyfile 1.5.9
1
# Doxyfile 1.7.3
2 2

	
... ...
@@ -8,2 +8,4 @@
8 8
PROJECT_NUMBER         = @PACKAGE_VERSION@
9
PROJECT_BRIEF          =
10
PROJECT_LOGO           =
9 11
OUTPUT_DIRECTORY       = 
... ...
@@ -31,2 +33,3 @@
31 33
OPTIMIZE_OUTPUT_VHDL   = NO
34
EXTENSION_MAPPING      =
32 35
BUILTIN_STL_SUPPORT    = YES
... ...
@@ -56,2 +59,3 @@
56 59
SHOW_INCLUDE_FILES     = YES
60
FORCE_LOCAL_INCLUDES   = NO
57 61
INLINE_INFO            = YES
... ...
@@ -59,4 +63,6 @@
59 63
SORT_BRIEF_DOCS        = NO
64
SORT_MEMBERS_CTORS_1ST = NO
60 65
SORT_GROUP_NAMES       = NO
61 66
SORT_BY_SCOPE_NAME     = NO
67
STRICT_PROTO_MATCHING  = NO
62 68
GENERATE_TODOLIST      = YES
... ...
@@ -112,2 +118,3 @@
112 118
FILTER_SOURCE_FILES    = NO
119
FILTER_SOURCE_PATTERNS =
113 120
#---------------------------------------------------------------------------
... ...
@@ -138,2 +145,6 @@
138 145
HTML_STYLESHEET        = 
146
HTML_COLORSTYLE_HUE    = 220
147
HTML_COLORSTYLE_SAT    = 100
148
HTML_COLORSTYLE_GAMMA  = 80
149
HTML_TIMESTAMP         = YES
139 150
HTML_ALIGN_MEMBERS     = YES
... ...
@@ -143,2 +154,4 @@
143 154
DOCSET_BUNDLE_ID       = org.doxygen.Project
155
DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
156
DOCSET_PUBLISHER_NAME  = Publisher
144 157
GENERATE_HTMLHELP      = NO
... ...
@@ -154,3 +167,8 @@
154 167
QHP_VIRTUAL_FOLDER     = doc
168
QHP_CUST_FILTER_NAME   =
169
QHP_CUST_FILTER_ATTRS  =
170
QHP_SECT_FILTER_ATTRS  =
155 171
QHG_LOCATION           = 
172
GENERATE_ECLIPSEHELP   = NO
173
ECLIPSE_DOC_ID         = org.doxygen.Project
156 174
DISABLE_INDEX          = NO
... ...
@@ -158,4 +176,11 @@
158 176
GENERATE_TREEVIEW      = NO
177
USE_INLINE_TREES       = NO
159 178
TREEVIEW_WIDTH         = 250
179
EXT_LINKS_IN_WINDOW    = NO
160 180
FORMULA_FONTSIZE       = 10
181
FORMULA_TRANSPARENT    = YES
182
USE_MATHJAX            = NO
183
MATHJAX_RELPATH        = http://www.mathjax.org/mathjax
184
SEARCHENGINE           = YES
185
SERVER_BASED_SEARCH    = NO
161 186
#---------------------------------------------------------------------------
... ...
@@ -176,2 +201,3 @@
176 201
LATEX_HIDE_INDICES     = NO
202
LATEX_SOURCE_CODE      = NO
177 203
#---------------------------------------------------------------------------
... ...
@@ -224,3 +250,3 @@
224 250
#---------------------------------------------------------------------------
225
# Options related to the search engine   
251
# Configuration::additions related to external references
226 252
#---------------------------------------------------------------------------
... ...
@@ -238,2 +264,3 @@
238 264
HAVE_DOT               = YES
265
DOT_NUM_THREADS        = 0
239 266
DOT_FONTNAME           = FreeSans
... ...
@@ -255,2 +282,3 @@
255 282
DOTFILE_DIRS           = 
283
MSCFILE_DIRS           =
256 284
DOT_GRAPH_MAX_NODES    = 50
... ...
@@ -261,5 +289,1 @@
261 289
DOT_CLEANUP            = YES
262
#---------------------------------------------------------------------------
263
# Configuration::additions related to the search engine   
264
#---------------------------------------------------------------------------
265
SEARCHENGINE           = NO
Ignore white space 6 line context
... ...
@@ -4,20 +4,20 @@
4 4
    <tab type="mainpage" visible="yes" title=""/>
5
    <tab type="modules" visible="yes" title=""/>
5
    <tab type="modules" visible="yes" title="" intro=""/>
6 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=""/>
7
      <tab type="classes" visible="yes" title="" intro=""/>
8
      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
9
      <tab type="hierarchy" visible="yes" title="" intro=""/>
10
      <tab type="classmembers" visible="yes" title="" intro=""/>
11 11
    </tab>
12 12
    <tab type="namespaces" visible="yes" title="">
13
      <tab type="namespaces" visible="yes" title=""/>
14
      <tab type="namespacemembers" visible="yes" title=""/>
13
      <tab type="namespaces" visible="yes" title="" intro=""/>
14
      <tab type="namespacemembers" visible="yes" title="" intro=""/>
15 15
    </tab>
16 16
    <tab type="files" visible="yes" title="">
17
      <tab type="files" visible="yes" title=""/>
18
      <tab type="globals" visible="yes" title=""/>
17
      <tab type="files" visible="yes" title="" intro=""/>
18
      <tab type="globals" visible="yes" title="" intro=""/>
19 19
    </tab>
20
    <tab type="dirs" visible="yes" title=""/>
21
    <tab type="examples" visible="yes" title=""/>  
22
    <tab type="pages" visible="yes" title=""/>
20
    <tab type="dirs" visible="yes" title="" intro=""/>
21
    <tab type="examples" visible="yes" title="" intro=""/>
22
    <tab type="pages" visible="yes" title="" intro=""/>
23 23
  </navindex>
0 comments (0 inline)