Skip to content

Commit 0d0d260

Browse files
committed
doc: nrf: add bridge for wifi Doxygen
So that we can reference WiFi entities. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c0f0a58 commit 0d0d260

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ endfunction()
396396
add_dependencies(nrfxlib-inventory-all kconfig-all zephyr-all)
397397
add_doc_dependencies(zephyr kconfig-all)
398398
add_doc_dependencies(mcuboot kconfig-all)
399-
add_doc_dependencies(nrf zephyr-all nrfxlib-inventory-all mcuboot-all matter-all tfm-all kconfig-all)
399+
add_doc_dependencies(nrf zephyr-all nrfxlib-inventory-all mcuboot-all matter-all tfm-all kconfig-all wifi)
400400
add_doc_dependencies(nrfxlib nrf-all)
401401

402402
add_custom_target(build-all ALL)

doc/nrf/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@
156156

157157
# -- Options for doxybridge plugin ---------------------------------------------
158158

159-
doxybridge_projects = {"nrf": _doxyrunner_outdir}
159+
doxybridge_projects = {
160+
"nrf": _doxyrunner_outdir,
161+
"wifi": utils.get_builddir() / "html" / "wifi",
162+
}
160163

161164
# Options for ncs_include ------------------------------------------------------
162165

0 commit comments

Comments
 (0)