projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65aafb7
)
Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2
author
Zac Medico
<zmedico@gentoo.org>
Thu, 11 Sep 2008 05:50:42 +0000
(
05:50
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 11 Sep 2008 05:50:42 +0000
(
05:50
-0000)
draft docs appear on a single page which includes it's own table of contents.
svn path=/main/trunk/; revision=11503
doc/custom.xsl
patch
|
blob
|
history
diff --git
a/doc/custom.xsl
b/doc/custom.xsl
index f1692b12fc66a0d2c47171c09140c79c443ac64e..a7763ecf6a033ca28f3c239c799badbeea7d98ba 100644
(file)
--- a/
doc/custom.xsl
+++ b/
doc/custom.xsl
@@
-1,3
+1,5
@@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:param name="toc.section.depth" select="20"/>
+<xsl:param name="chunk.section.depth" select="2"/>
+<xsl:param name="generate.section.toc.level" select="2"/>
</xsl:stylesheet>