Skip to content

Commit d6bde00

Browse files
krish2718jukkar
authored andcommitted
doc: Update the path to drivers
Update to reflect latest nRF70 OSAL sources. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9ec3ced commit d6bde00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ add_doxygen_docset(nrfxlib ${ZEPHYR_NRFXLIB_MODULE_DIR} ${NRF_VERSION})
339339
#-------------------------------------------------------------------------------
340340
# docset: wifi
341341

342-
add_doxygen_docset(wifi ${ZEPHYR_HAL_NORDIC_MODULE_DIR} "" STANDALONE)
342+
add_doxygen_docset(wifi ${ZEPHYR_NRF_WIFI_MODULE_DIR} "" STANDALONE)
343343

344344
#-------------------------------------------------------------------------------
345345
# docset: internal

doc/nrf/drivers/wifi/nrf70_native.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Design overview
3434
***************
3535

3636
The nRF Wi-Fi driver follows an OS-agnostic design, and the driver implementation is split into OS-agnostic and OS (Zephyr)-specific code.
37-
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.
37+
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.
3838

3939
The driver supports two modes of operation:
4040

doc/wifi/wifi.doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ FULL_PATH_NAMES = YES
190190
# will be relative from the directory where Doxygen is started.
191191
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
192192

193-
STRIP_FROM_PATH = @DOCSET_SOURCE_BASE@/drivers/nrf_wifi
193+
STRIP_FROM_PATH = @DOCSET_SOURCE_BASE@
194194

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

968-
INPUT = @DOCSET_SOURCE_BASE@/drivers/nrf_wifi
968+
INPUT = @DOCSET_SOURCE_BASE@
969969

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

0 commit comments

Comments
 (0)