We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d0cbc commit 1d96ce5Copy full SHA for 1d96ce5
doc/acrn.doxyfile
@@ -238,7 +238,9 @@ TAB_SIZE = 4
238
# "Side Effects:". You can put \n's in the value part of an alias to insert
239
# newlines.
240
241
-ALIASES =
+# Allow for rst directives and advanced functions e.g. grid tables
242
+ALIASES = "rst=\verbatim embed:rst:leading-asterisk"
243
+ALIASES += "endrst=\endverbatim"
244
245
# This tag can be used to specify a number of word-keyword mappings (TCL only).
246
# A mapping has the form "name=value". For example adding "class=itcl::class"
0 commit comments