@@ -44,7 +44,7 @@ PROJECT_NUMBER =
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "JavaScript engine for Internet of Things"
47
+ PROJECT_BRIEF = "JavaScript Engine for Internet of Things"
48
48
49
49
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50
50
# in the documentation. The maximum height of the logo should not exceed 55
@@ -125,7 +125,7 @@ ABBREVIATE_BRIEF =
125
125
# description.
126
126
# The default value is: NO.
127
127
128
- ALWAYS_DETAILED_SEC = NO
128
+ ALWAYS_DETAILED_SEC = YES
129
129
130
130
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
131
131
# inherited members of a class in the documentation of that class as if those
@@ -177,7 +177,7 @@ SHORT_NAMES = NO
177
177
# description.)
178
178
# The default value is: NO.
179
179
180
- JAVADOC_AUTOBRIEF = NO
180
+ JAVADOC_AUTOBRIEF = YES
181
181
182
182
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
183
183
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -552,7 +552,7 @@ SORT_MEMBER_DOCS = YES
552
552
# this will also influence the order of the classes in the class list.
553
553
# The default value is: NO.
554
554
555
- SORT_BRIEF_DOCS = NO
555
+ SORT_BRIEF_DOCS = YES
556
556
557
557
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
558
558
# (brief and detailed) documentation of class members so that constructors and
@@ -1161,7 +1161,7 @@ HTML_TIMESTAMP = NO
1161
1161
# The default value is: NO.
1162
1162
# This tag requires that the tag GENERATE_HTML is set to YES.
1163
1163
1164
- HTML_DYNAMIC_SECTIONS = NO
1164
+ HTML_DYNAMIC_SECTIONS = YES
1165
1165
1166
1166
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1167
1167
# shown in the various tree structured indices initially; the user can expand
@@ -1373,7 +1373,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
1373
1373
# The default value is: NO.
1374
1374
# This tag requires that the tag GENERATE_HTML is set to YES.
1375
1375
1376
- DISABLE_INDEX = NO
1376
+ DISABLE_INDEX = YES
1377
1377
1378
1378
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1379
1379
# structure should be generated to display hierarchical information. If the tag
@@ -1390,7 +1390,7 @@ DISABLE_INDEX = NO
1390
1390
# The default value is: NO.
1391
1391
# This tag requires that the tag GENERATE_HTML is set to YES.
1392
1392
1393
- GENERATE_TREEVIEW = NO
1393
+ GENERATE_TREEVIEW = YES
1394
1394
1395
1395
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1396
1396
# doxygen will group on one line in the generated HTML documentation.
@@ -2115,7 +2115,7 @@ HIDE_UNDOC_RELATIONS = YES
2115
2115
# set to NO
2116
2116
# The default value is: YES.
2117
2117
2118
- HAVE_DOT = YES
2118
+ HAVE_DOT = NO
2119
2119
2120
2120
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2121
2121
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2231,7 +2231,7 @@ INCLUDED_BY_GRAPH = YES
2231
2231
# The default value is: NO.
2232
2232
# This tag requires that the tag HAVE_DOT is set to YES.
2233
2233
2234
- CALL_GRAPH = YES
2234
+ CALL_GRAPH = NO
2235
2235
2236
2236
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2237
2237
# dependency graph for every global function or class method.
@@ -2242,7 +2242,7 @@ CALL_GRAPH = YES
2242
2242
# The default value is: NO.
2243
2243
# This tag requires that the tag HAVE_DOT is set to YES.
2244
2244
2245
- CALLER_GRAPH = YES
2245
+ CALLER_GRAPH = NO
2246
2246
2247
2247
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2248
2248
# hierarchy of all classes instead of a textual one.
@@ -2283,7 +2283,7 @@ DOT_IMAGE_FORMAT = png
2283
2283
# The default value is: NO.
2284
2284
# This tag requires that the tag HAVE_DOT is set to YES.
2285
2285
2286
- INTERACTIVE_SVG = YES
2286
+ INTERACTIVE_SVG = NO
2287
2287
2288
2288
# The DOT_PATH tag can be used to specify the path where the dot tool can be
2289
2289
# found. If left blank, it is assumed the dot tool can be found in the path.
0 commit comments