From 2173309920dff239e3a360d2a0453e9005a4315d Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 9 Apr 2018 03:08:00 +0000 Subject: [PATCH] Revert "Docs: Reduce our TOC depth." The Lua documentation has class names at its third level which is quite useful to discover its documentation. This reverts commit f5cd52c0fb8933973003e07ab130fefbdabfb4f4. Change-Id: I2a2e82041ac46a1a9974727bbb1d5cbf6855a878 Reviewed-on: https://code.wireshark.org/review/26814 Reviewed-by: Alexis La Goutte Reviewed-by: Anders Broman --- cmake/modules/FindXSLTPROC.cmake | 1 - docbook/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/cmake/modules/FindXSLTPROC.cmake b/cmake/modules/FindXSLTPROC.cmake index 5cab1398bf..d609f64e66 100644 --- a/cmake/modules/FindXSLTPROC.cmake +++ b/cmake/modules/FindXSLTPROC.cmake @@ -33,7 +33,6 @@ set (_common_xsltproc_args --stringparam admon.graphics.extension .svg --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 - --stringparam toc.section.depth 1 --stringparam html.stylesheet ws.css ) diff --git a/docbook/Makefile.am b/docbook/Makefile.am index a496fff3c9..c190d59817 100644 --- a/docbook/Makefile.am +++ b/docbook/Makefile.am @@ -317,7 +317,6 @@ COMMON_XSLTPROC_ARGS = \ --stringparam admon.graphics.extension .svg \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ - --stringparam toc.section.depth 1 \ --stringparam html.stylesheet ws.css WSUG_XSLTPROC_ARGS = \