span: add feature (rx only) (VPP-185)
[vpp.git] / doxygen / doxygen.cfg
index 8844965..7675b69 100644 (file)
@@ -244,6 +244,9 @@ ALIASES += "cliexcmd{1}=@clistart<b>vpp# <em>\1</em></b>@cliend"
 ALIASES += "cliexstart{1}=@cliexcmd{\1}@clistart"
 ALIASES += "cliexend=@cliend"
 
+## Formatting for config directives
+ALIASES += "cfgcmd{2}=@par <code><pre>\1 \2</pre></code>"
+ALIASES += "cfgcmd{1}=@par <code><pre>\1</pre></code>"
 
 # 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"