Skip to content

Commit 9876713

Browse files
gmarullcarlescufi
authored andcommitted
doc: nrf: add nrf_security APIs to the Doxygen input
So that they are processed and rendered by Doxygen. Note that grouping is still needed so that headers appear nicely in the "Topics" page. This is a task left to the maintainers of such code. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent bbf2f13 commit 9876713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/nrf/nrf.doxyfile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,8 @@ WARN_LOGFILE =
958958

959959
INPUT = @DOCSET_SOURCE_BASE@/applications \
960960
@DOCSET_SOURCE_BASE@/lib \
961-
@DOCSET_SOURCE_BASE@/include
961+
@DOCSET_SOURCE_BASE@/include \
962+
@DOCSET_SOURCE_BASE@/subsys/nrf_security/include
962963

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

0 commit comments

Comments
 (0)