Skip to content

Commit 1d96ce5

Browse files
committed
doc: add doyxgen alias for easy reST inclusion
Tracked-on: #1595 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent d2d0cbc commit 1d96ce5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/acrn.doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ TAB_SIZE = 4
238238
# "Side Effects:". You can put \n's in the value part of an alias to insert
239239
# newlines.
240240

241-
ALIASES =
241+
# Allow for rst directives and advanced functions e.g. grid tables
242+
ALIASES = "rst=\verbatim embed:rst:leading-asterisk"
243+
ALIASES += "endrst=\endverbatim"
242244

243245
# This tag can be used to specify a number of word-keyword mappings (TCL only).
244246
# A mapping has the form "name=value". For example adding "class=itcl::class"

0 commit comments

Comments
 (0)