From cb431d9df477ca5019e2c20874f968c81b900cb6 Mon Sep 17 00:00:00 2001 From: Haiwei Li Date: Thu, 1 Aug 2024 10:50:27 +0800 Subject: [PATCH] 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 --- doc/acrn.doxyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index c61da9f64..6ca1085a1 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -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"