Skip to content

Commit 0001a94

Browse files
committed
doc: build SD API doc for all SoC variants
Changes across doxygen config files and other doc build files Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent 3d82240 commit 0001a94

48 files changed

Lines changed: 17381 additions & 38 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
declare -a SPHINX_DOXYGEN=("nrf-bm")
9696
9797
# Doxygen APIs standalone
98-
declare -a DOXYGEN=("s115" "s145")
98+
declare -a DOXYGEN=("s115_nrf54l15" "s145_nrf54l15" "s115_nrf54lm20" "s145_nrf54lm20" "s115_nrf54ls05" "s145_nrf54ls05" "s115_nrf54lv10" "s145_nrf54lv10")
9999
100100
mkdir doc/_build/html-doxygen
101101

doc/CMakeLists.txt

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,44 @@ add_docset(nrf-bm ${NRF_BM_VERSION})
251251
add_doxygen_docset(nrf-bm ${NRF_BM_BASE} ${NRF_BM_VERSION})
252252

253253
#-------------------------------------------------------------------------------
254-
# docset: s115
254+
# docset: s115_nrf54l15
255255

256-
add_doxygen_docset(s115 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
256+
add_doxygen_docset(s115_nrf54l15 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
257257

258258
#-------------------------------------------------------------------------------
259-
# docset: s145
259+
# docset: s145_nrf54l15
260260

261-
add_doxygen_docset(s145 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
261+
add_doxygen_docset(s145_nrf54l15 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
262262

263+
#-------------------------------------------------------------------------------
264+
# docset: s115_nrf54lm20
265+
266+
add_doxygen_docset(s115_nrf54lm20 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
267+
268+
#-------------------------------------------------------------------------------
269+
# docset: s145_nrf54lm20
270+
271+
add_doxygen_docset(s145_nrf54lm20 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
272+
273+
#-------------------------------------------------------------------------------
274+
# docset: s115_nrf54ls05
275+
276+
add_doxygen_docset(s115_nrf54ls05 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
277+
278+
#-------------------------------------------------------------------------------
279+
# docset: s145_nrf54ls05
280+
281+
add_doxygen_docset(s145_nrf54ls05 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
282+
283+
#-------------------------------------------------------------------------------
284+
# docset: s115_nrf54lv10
285+
286+
add_doxygen_docset(s115_nrf54lv10 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
287+
288+
#-------------------------------------------------------------------------------
289+
# docset: s145_nrf54lv10
290+
291+
add_doxygen_docset(s145_nrf54lv10 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE)
263292
#-------------------------------------------------------------------------------
264293
# docset: kconfig
265294

@@ -296,16 +325,22 @@ function(add_doc_dependencies docset)
296325
endif()
297326
endfunction()
298327

299-
add_doc_dependencies(nrf-bm kconfig-all s115 s145)
328+
add_doc_dependencies(nrf-bm kconfig-all s115_nrf54l15 s145_nrf54l15 s115_nrf54lm20 s145_nrf54lm20 s115_nrf54ls05 s145_nrf54ls05 s115_nrf54lv10 s145_nrf54lv10)
300329

301330
add_custom_target(build-all ALL)
302331
add_dependencies(build-all
303332
copy-extra-content
304333
merge-search-indexes
305334
nrf-bm-all
306335
kconfig-all
307-
s115
308-
s145
336+
s115_nrf54l15
337+
s145_nrf54l15
338+
s115_nrf54lm20
339+
s145_nrf54lm20
340+
s115_nrf54ls05
341+
s145_nrf54ls05
342+
s115_nrf54lv10
343+
s145_nrf54lv10
309344
)
310345

311346
add_custom_target(linkcheck)

doc/_zoomin/s115.apis.custom.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
manual.name=s115_nrf54l15-__VERSION__
2+
booktitle=S115 for nRF54L15/nRF54L10/nRF54L05 API reference - __VERSION__
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Tags for all topics:
44
mapping_global:
5-
- s115-__VERSION__
5+
- s115_nrf54l15-__VERSION__
66

77
# Tags for individual topics:
88
mapping_topics: []
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
manual.name=s115_nrf54lm20-__VERSION__
2+
booktitle=S115 for nRF54LM20 API reference - __VERSION__
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Document tags for Zoomin.
2+
3+
# Tags for all topics:
4+
mapping_global:
5+
- s115_nrf54lm20-__VERSION__
6+
7+
# Tags for individual topics:
8+
mapping_topics: []
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
manual.name=s115_nrf54ls05-__VERSION__
2+
booktitle=S115 for nRF54LS05 API reference - __VERSION__
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Document tags for Zoomin.
2+
3+
# Tags for all topics:
4+
mapping_global:
5+
- s115_nrf54ls05-__VERSION__
6+
7+
# Tags for individual topics:
8+
mapping_topics: []
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
manual.name=s115_nrf54lv10-__VERSION__
2+
booktitle=S115 for nRF54LV10 API reference - __VERSION__

0 commit comments

Comments
 (0)