提交 17160a70 编写于 作者: D Daniel P. Berrange

docs: generate pretty indented HTML for API docs

Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 b1c81567
......@@ -814,6 +814,7 @@
<xsl:document
href="{concat($htmldir, '/index.html')}"
method="xml"
indent="yes"
encoding="UTF-8">
<xsl:apply-templates select="exsl:node-set($mainpage)" mode="page">
<xsl:with-param name="pagename" select="concat($htmldir, '/index.html')"/>
......@@ -829,6 +830,7 @@
<xsl:document
href="{concat($htmldir, '/libvirt-', @name, '.html')}"
method="xml"
indent="yes"
encoding="UTF-8">
<xsl:apply-templates select="exsl:node-set($subpage)" mode="page">
<xsl:with-param name="pagename" select="concat($htmldir, '/libvirt-', @name, '.html')"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册