doc: add new @option Doxygen ALIAS
This new ALIAS can be used to add references to Kconfig options. To use it enclose the Kconfig symbol name like this `@option{KCONFIG_FOO}`. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
5ee34e1fae
commit
cb644149c6
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ TAB_SIZE = 8
|
||||||
ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
|
ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
|
||||||
"endrst=\endverbatim"
|
"endrst=\endverbatim"
|
||||||
|
|
||||||
|
ALIASES += option{1}="\verbatim embed:rst:inline :option:`\1` \endverbatim"
|
||||||
ALIASES += req{1}="\ref ZEPH_\1 \"ZEPH-\1\" "
|
ALIASES += req{1}="\ref ZEPH_\1 \"ZEPH-\1\" "
|
||||||
ALIASES += satisfy{1}="\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1"
|
ALIASES += satisfy{1}="\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1"
|
||||||
ALIASES += verify{1}="\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1"
|
ALIASES += verify{1}="\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue