aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/stylesheet.xsl
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2007-02-10 01:45:36 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-11 10:51:30 -0800
commit460e79c30b5dd978143e7ea53849043c22d16f73 (patch)
treec11fd29af15120adb0dda3a1ef6073c5b2633e90 /Documentation/DocBook/stylesheet.xsl
parenta784bf7c195f9eca1188562c54952e4bf9791437 (diff)
downloadkernel_samsung_smdk4412-460e79c30b5dd978143e7ea53849043c22d16f73.zip
kernel_samsung_smdk4412-460e79c30b5dd978143e7ea53849043c22d16f73.tar.gz
kernel_samsung_smdk4412-460e79c30b5dd978143e7ea53849043c22d16f73.tar.bz2
[PATCH] DocBook/HTML: Generate chapter/section level TOCs for functions
Simple increase of section TOC level generation significantly enhances navigation experience through generated kernel API documentation. This change restores back state from SGML tools time. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook/stylesheet.xsl')
-rw-r--r--Documentation/DocBook/stylesheet.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/stylesheet.xsl b/Documentation/DocBook/stylesheet.xsl
index 3ccce88..974e17c 100644
--- a/Documentation/DocBook/stylesheet.xsl
+++ b/Documentation/DocBook/stylesheet.xsl
@@ -4,4 +4,5 @@
<param name="funcsynopsis.style">ansi</param>
<param name="funcsynopsis.tabular.threshold">80</param>
<!-- <param name="paper.type">A4</param> -->
+<param name="generate.section.toc.level">2</param>
</stylesheet>