Skip to content

Commit

Permalink
doc: Update the path to drivers
Browse files Browse the repository at this point in the history
Update to reflect latest nRF70 OSAL sources.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and NordicBuilder committed Dec 13, 2024
1 parent 0abeef0 commit 2eb5072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ add_doxygen_docset(nrfxlib ${ZEPHYR_NRFXLIB_MODULE_DIR} ${NRF_VERSION})
#-------------------------------------------------------------------------------
# docset: wifi

add_doxygen_docset(wifi ${ZEPHYR_HAL_NORDIC_MODULE_DIR} "" STANDALONE)
add_doxygen_docset(wifi ${ZEPHYR_NRF_WIFI_MODULE_DIR} "" STANDALONE)

#-------------------------------------------------------------------------------
# docset: internal
Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/drivers/wifi/nrf70_native.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Design overview
***************

The nRF Wi-Fi driver follows an OS-agnostic design, and the driver implementation is split into OS-agnostic and OS (Zephyr)-specific code.
The OS-agnostic code is located in the :file:`${ZEPHYR_BASE}/../modules/hal/nordic/drivers/nrf_wifi/` folder, and the Zephyr OS port is located in the :file:`${ZEPHYR_BASE}/drivers/wifi/nrf_wifi/` folder.
The OS-agnostic code is located in the :file:`${ZEPHYR_BASE}/../modules/nrf_wifi/` folder, and the Zephyr OS port is located in the :file:`${ZEPHYR_BASE}/drivers/wifi/nrf_wifi/` folder.

The driver supports two modes of operation:

Expand Down
4 changes: 2 additions & 2 deletions doc/wifi/wifi.doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where Doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.

STRIP_FROM_PATH = @DOCSET_SOURCE_BASE@/drivers/nrf_wifi
STRIP_FROM_PATH = @DOCSET_SOURCE_BASE@

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
Expand Down Expand Up @@ -965,7 +965,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = @DOCSET_SOURCE_BASE@/drivers/nrf_wifi
INPUT = @DOCSET_SOURCE_BASE@

# This tag can be used to specify the character encoding of the source files
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 2eb5072

Please sign in to comment.