From a09db78a4ca3fab40ccdd74e7161da54a98bbb2d Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 1 Jun 2017 16:42:09 -0500 Subject: [PATCH] Enable doxygen for nsapi --- doxyfile_options | 6 ++---- doxygen_options.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doxyfile_options b/doxyfile_options index 8712d0f52b..744db2ef84 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -844,14 +844,12 @@ EXCLUDE_PATTERNS = */tools/* \ */rtos/* \ */cmsis/* \ */hal/* \ - */features/* \ - */features/FEATURE_*/* \ + */FEATURE_* \ */features/mbedtls/* \ - */features/nanostack/* \ */features/storage/* \ */features/unsupported/* \ */features/frameworks/* \ - */features/filesystem/fat/* \ + */features/filesystem/* \ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/doxygen_options.json b/doxygen_options.json index 11871773d7..7b5b82c8b6 100644 --- a/doxygen_options.json +++ b/doxygen_options.json @@ -8,5 +8,5 @@ "PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"", "EXPAND_AS_DEFINED": "", "SKIP_FUNCTION_MACROS": "NO", - "EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */features/FEATURE_*/* */features/mbedtls/* */features/nanostack/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/fat/* */BUILD/* */rtos/* */events/* */cmsis/* */hal/* */features/*" -} \ No newline at end of file + "EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/* */BUILD/* */rtos/* */events/* */cmsis/* */hal/* */features/FEATURES_*" +}