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:
parent
4924766b67
commit
cb431d9df4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue