doc: fix embedding of Kconfig links in rst
Kconfig links were not processed correctly in Doxygen content rendered
by breathe. Also remove obsolete @option{} (no longer used).
Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
68d08980af
commit
3e35110f22
1 changed files with 1 additions and 2 deletions
|
|
@ -253,8 +253,7 @@ TAB_SIZE = 8
|
|||
|
||||
ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
|
||||
endrst=\endverbatim \
|
||||
"option{1}=\verbatim embed:rst:inline :kconfig:option:`\1` \endverbatim" \
|
||||
"kconfig{1}=\htmlonly <code>\1</code> \endhtmlonly \xmlonly \verbatim embed:rst:inline :kconfig:option:`\1` \endverbatim \endxmlonly" \
|
||||
"kconfig{1}=\htmlonly <code>\1</code> \endhtmlonly \xmlonly <verbatim>embed:rst:inline :kconfig:option:`\1`</verbatim> \endxmlonly" \
|
||||
"req{1}=\ref ZEPH_\1 \"ZEPH-\1\"" \
|
||||
"satisfy{1}=\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1" \
|
||||
"verify{1}=\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue