span: add feature (rx only) (VPP-185)
[vpp.git] / doxygen / doxygen.cfg
index 7b24ae8..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"
@@ -2106,7 +2109,7 @@ TAGFILES               =
 # tag file that is based on the input files it reads. See section "Linking to
 # external documentation" for more information about the usage of tag files.
 
-GENERATE_TAGFILE       = $(BUILD_ROOT)/docs/vpp.doxytags
+GENERATE_TAGFILE       = $(BUILD_ROOT)/docs/html/vpp.doxytags
 
 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
 # the class index. If set to NO, only the inherited external classes will be