The patch titled DocBook/HTML: Generate chapter/section level TOCs for functions has been removed from the -mm tree. Its filename was docbook-html-generate-chapter-section-level-tocs-for-functions.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: DocBook/HTML: Generate chapter/section level TOCs for functions From: Pavel Pisa <pisa@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/DocBook/stylesheet.xsl | 1 + 1 file changed, 1 insertion(+) diff -puN Documentation/DocBook/stylesheet.xsl~docbook-html-generate-chapter-section-level-tocs-for-functions Documentation/DocBook/stylesheet.xsl --- a/Documentation/DocBook/stylesheet.xsl~docbook-html-generate-chapter-section-level-tocs-for-functions +++ a/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> _ Patches currently in -mm which might be from pisa@xxxxxxxxxxxxxxxx are origin.patch arm-imx-serial-fix-tx-buffer-overflows.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html