From 5352d4052d4985d1cb814ae88e6a5097a36b26a5 Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Wed, 9 Jan 2019 13:11:58 +0200 Subject: [PATCH] Cellular: Remove non-API folders from Doxygen --- doxyfile_options | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doxyfile_options b/doxyfile_options index b477f1909b..550a6bc930 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -859,7 +859,10 @@ EXCLUDE_PATTERNS = */tools/* \ */ble/pal/* \ */components/802.15.4_RF/* \ */components/wifi/* \ - */UNITTESTS/* + */UNITTESTS/* \ + */features/cellular/framework/AT/* \ + */features/cellular/framework/device/* \ + */features/cellular/framework/common/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the