File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ endfunction()
396396add_dependencies (nrfxlib-inventory-all kconfig-all zephyr-all )
397397add_doc_dependencies(zephyr kconfig-all )
398398add_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 )
400400add_doc_dependencies(nrfxlib nrf-all )
401401
402402add_custom_target (build -all ALL )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments