@@ -51,7 +51,7 @@ PROJECT_BRIEF =
51
51
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52
52
# the logo to the output directory.
53
53
54
- PROJECT_LOGO =
54
+ PROJECT_LOGO = tools/mbed-ce_55x55.png
55
55
56
56
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57
57
# into which the generated documentation will be written. If a relative path is
@@ -142,6 +142,17 @@ INLINE_INHERITED_MEMB = YES
142
142
143
143
FULL_PATH_NAMES = NO
144
144
145
+ # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the FULL_SIDEBAR
146
+ # option determines if the side bar is limited to only the treeview area (value NO) or
147
+ # if it should extend to the full height of the window (value YES). Setting this to YES
148
+ # gives a layout similar to https://docs.readthedocs.io with more room for contents, but
149
+ # less room for the project logo, title, and description.
150
+ # If either GENERATE_TREEVIEW or DISABLE_INDEX is set to NO, this option has no effect.
151
+ # The default value is: NO.
152
+ # This tag requires that the tag GENERATE_HTML is set to YES.
153
+
154
+ FULL_SIDEBAR = NO
155
+
145
156
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
146
157
# Stripping is only done if one of the specified strings matches the left-hand
147
158
# part of the path. The tag can be used to show relative paths in the file list.
@@ -1162,7 +1173,8 @@ HTML_STYLESHEET =
1162
1173
# list). For an example see the documentation.
1163
1174
# This tag requires that the tag GENERATE_HTML is set to YES.
1164
1175
1165
- HTML_EXTRA_STYLESHEET =
1176
+ HTML_EXTRA_STYLESHEET = tools/doxygen-awesome-css/doxygen-awesome.css \
1177
+ tools/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
1166
1178
1167
1179
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1168
1180
# other source files which should be copied to the HTML output directory. Note
@@ -1448,7 +1460,7 @@ DISABLE_INDEX = NO
1448
1460
# The default value is: NO.
1449
1461
# This tag requires that the tag GENERATE_HTML is set to YES.
1450
1462
1451
- GENERATE_TREEVIEW = NO
1463
+ GENERATE_TREEVIEW = YES
1452
1464
1453
1465
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1454
1466
# doxygen will group on one line in the generated HTML documentation.
@@ -2101,6 +2113,7 @@ PREDEFINED = DOXYGEN_ONLY \
2101
2113
DEVICE_QSPI \
2102
2114
DEVICE_STORAGE \
2103
2115
DEVICE_WATCHDOG \
2116
+ DEVICE_LOCALFILESYSTEM \
2104
2117
"TFM_LVL=1" \
2105
2118
"MBED_DEPRECATED_SINCE(d, m)=" \
2106
2119
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
0 commit comments