doc: add custom commands in acrn.doxyfile

`consistency` is used to describe the consistency rule and `alignment`
is used to describe the align info.

These two are used to enhance the documentation inside a struct comment
block.

Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>
This commit is contained in:
Haiwei Li 2024-08-01 10:50:27 +08:00 committed by wenlingz
parent 4924766b67
commit cb431d9df4
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ TAB_SIZE = 4
# Allow for rst directives and advanced functions e.g. grid tables
ALIASES = "rst=\verbatim embed:rst:leading-asterisk"
ALIASES += "endrst=\endverbatim"
ALIASES += consistency="\par consistency:^^"
ALIASES += alignment="\par alignment:^^"
# 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"