Skip to content

Commit

Permalink
doc: cmake: add nrf/nrfxlib/zephyr Doxygen docsets
Browse files Browse the repository at this point in the history
So that Doxygen part can be built standalone.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
  • Loading branch information
gmarull committed Sep 30, 2024
1 parent 8e23e0d commit f7cdbda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,15 @@ add_custom_target(
)

add_docset(zephyr)
add_doxygen_docset(zephyr ${ZEPHYR_BASE})
add_dependencies(zephyr zephyr-devicetree)
add_dependencies(zephyr-all zephyr-devicetree)

#-------------------------------------------------------------------------------
# docset: nrf

add_docset(nrf)
add_doxygen_docset(nrf ${NRF_BASE})

#-------------------------------------------------------------------------------
# docset: mcuboot
Expand All @@ -325,6 +327,7 @@ add_docset(matter DODGY)
# docset: nrfxlib

add_docset(nrfxlib DODGY)
add_doxygen_docset(nrfxlib ${ZEPHYR_NRFXLIB_MODULE_DIR})

#-------------------------------------------------------------------------------
# docset: internal
Expand Down

0 comments on commit f7cdbda

Please sign in to comment.