Skip to content

Commit 68bbc5e

Browse files
Ari ParkkilaSeppo Takalo
authored andcommitted
Cellular: Remove non-API folders from Doxygen
1 parent 397b396 commit 68bbc5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doxyfile_options

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,10 @@ EXCLUDE_PATTERNS = */tools/* \
859859
*/ble/pal/* \
860860
*/components/802.15.4_RF/* \
861861
*/components/wifi/* \
862-
*/UNITTESTS/*
862+
*/UNITTESTS/* \
863+
*/features/cellular/framework/AT/* \
864+
*/features/cellular/framework/device/* \
865+
*/features/cellular/framework/common/*
863866

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

0 commit comments

Comments
 (0)