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:
Anas Nashif 2018-05-21 08:26:09 -04:00
commit 9e4f25bbad

View file

@ -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.