doc: add traceability aliases to doxygen
Add aliases @verify and @satisfy to drive traceability using doxygen. See https://stackoverflow.com/questions/537043/custom-tags-with-doxygen Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0c28d7df9c
commit
7c055c8cf5
1 changed files with 5 additions and 3 deletions
|
@ -223,7 +223,9 @@ TAB_SIZE = 8
|
||||||
ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
|
ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
|
||||||
"endrst=\endverbatim"
|
"endrst=\endverbatim"
|
||||||
|
|
||||||
ALIASES += "req=\xrefitem req \"Requirement\" \"Requirements\" "
|
ALIASES += req{1}="\ref ZEPH_\1 \"ZEPH-\1\" "
|
||||||
|
ALIASES += satisfy{1}="\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1"
|
||||||
|
ALIASES += verify{1}="\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1"
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||||
# only. Doxygen will then generate output that is more tailored for C. For
|
# only. Doxygen will then generate output that is more tailored for C. For
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue