Skip to content

Commit b9d2dba

Browse files
committed
Resolve doxygen warning in filesystems
1 parent 1566395 commit b9d2dba

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doxyfile_options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ EXCLUDE_PATTERNS = */tools/* \
845845
*/features/mbedtls/* \
846846
*/features/storage/* \
847847
*/features/unsupported/* \
848-
*/features/filesystem/* \
849848

850849
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
851850
# (namespaces, classes, functions, etc.) that should be excluded from the

doxygen_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"PREDEFINED": "DOXYGEN_ONLY DEVICE_ANALOGIN DEVICE_ANALOGOUT DEVICE_CAN DEVICE_ETHERNET DEVICE_EMAC DEVICE_FLASH DEVICE_I2C DEVICE_I2CSLAVE DEVICE_I2C_ASYNCH DEVICE_INTERRUPTIN DEVICE_LOWPOWERTIMER DEVICE_PORTIN DEVICE_PORTINOUT DEVICE_PORTOUT DEVICE_PWMOUT DEVICE_RTC DEVICE_TRNG DEVICE_SERIAL DEVICE_SERIAL_ASYNCH DEVICE_SERIAL_FC DEVICE_SLEEP DEVICE_SPI DEVICE_SPI_ASYNCH DEVICE_SPISLAVE DEVICE_STORAGE \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"",
99
"EXPAND_AS_DEFINED": "",
1010
"SKIP_FUNCTION_MACROS": "NO",
11-
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/filesystem/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/FEATURES_*"
11+
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/FEATURES_*"
1212
}

features/filesystem/bd/ProfilingBlockDevice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* printf("read count: %lld\n", profiler.get_read_count());
4343
* printf("program count: %lld\n", profiler.get_program_count());
4444
* printf("erase count: %lld\n", profiler.get_erase_count());
45+
* @endcode
4546
*/
4647
class ProfilingBlockDevice : public BlockDevice
4748
{

0 commit comments

Comments
 (0)