doxygen: reference requirements
Add special command @req to reference requirements. This will help with traceability between tests and requirements using doxygen. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
192833a828
commit
9e4f25bbad
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ ALIASES = "rst=\verbatim embed:rst" \
|
|||
"r=\verbatim embed:rst:leading-asterisk" \
|
||||
"er=\endverbatim"
|
||||
|
||||
ALIASES += "req=\xrefitem req \"Requirement\" \"Requirements\" "
|
||||
|
||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
||||
# will allow you to use the command class in the itcl::class meaning.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue