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>
This commit is contained in:
parent
b18995acd9
commit
44327ec841
1 changed files with 2 additions and 1 deletions
|
@ -1039,7 +1039,8 @@ RECURSIVE = YES
|
|||
# run.
|
||||
|
||||
EXCLUDE = @ZEPHYR_BASE@/include/zephyr/portability/cmsis_os.h \
|
||||
@ZEPHYR_BASE@/include/zephyr/portability/cmsis_os2.h
|
||||
@ZEPHYR_BASE@/include/zephyr/portability/cmsis_os2.h \
|
||||
@ZEPHYR_BASE@/include/zephyr/drivers/wifi/nrf_wifi
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue