Skip to content

Commit 01a3232

Browse files
kartbenmmahadevan108
authored andcommitted
doc: doxygen: improve formatting for kconfig alias
\verbatim is not giving the right output as we need an inline literal. Switch to \c instead. Fixes #81595. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit 83356e9)
1 parent 8469084 commit 01a3232

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
@@ -279,7 +279,7 @@ TAB_SIZE = 8
279279
# with the commands \{ and \} for these it is advised to use the version @{ and
280280
# @} or use a double escape (\\{ and \\})
281281

282-
ALIASES = "kconfig{1}=\verbatim \1 \endverbatim" \
282+
ALIASES = "kconfig{1}=\c \1" \
283283
"req{1}=\ref ZEPH_\1 \"ZEPH-\1\"" \
284284
"satisfy{1}=\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1" \
285285
"verify{1}=\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1" \

0 commit comments

Comments
 (0)