Skip to content

Commit 44327ec

Browse files
nashifkartben
authored andcommitted
doc: doxygen: exclude nrf_wifi
This one appears in the top level of doxygen and should not be exposed as a Zephyr API. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent b18995a commit 44327ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/zephyr.doxyfile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,8 @@ RECURSIVE = YES
10391039
# run.
10401040

10411041
EXCLUDE = @ZEPHYR_BASE@/include/zephyr/portability/cmsis_os.h \
1042-
@ZEPHYR_BASE@/include/zephyr/portability/cmsis_os2.h
1042+
@ZEPHYR_BASE@/include/zephyr/portability/cmsis_os2.h \
1043+
@ZEPHYR_BASE@/include/zephyr/drivers/wifi/nrf_wifi
10431044

10441045
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
10451046
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)