Skip to content

Commit d970724

Browse files
gmarullcarlescufi
authored andcommitted
doc: doxygen: strip include/ from path
Include hints shown in the Doxygen documentation need to exclude 'include/' so that we have, e.g. <zephyr/sys/crc.h> and not <include/zephyr/sys/crc.h>. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 16a4bf6 commit d970724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
152152
# will be relative from the directory where doxygen is started.
153153
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
154154

155-
STRIP_FROM_PATH = @ZEPHYR_BASE@
155+
STRIP_FROM_PATH = @ZEPHYR_BASE@/include
156156

157157
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
158158
# path mentioned in the documentation of a class, which tells the reader which

0 commit comments

Comments
 (0)