aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-25 18:40:11 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-26 02:42:54 +0000
commitf5cd52c0fb8933973003e07ab130fefbdabfb4f4 (patch)
tree8cdee8bb8f019ed2ff22f797ab974bc7fa5a9cb8 /cmake/modules
parent03718fee4dfc3a711532a9ddf9bf250255d2944c (diff)
Docs: Reduce our TOC depth.
Reduce the TOC depth so that it's not quite so huge. Change-Id: I5748edf0e715961da57eff7e0ade6fad175ab24b Reviewed-on: https://code.wireshark.org/review/26110 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindXSLTPROC.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindXSLTPROC.cmake b/cmake/modules/FindXSLTPROC.cmake
index a801bdb901..d82aaf5b1b 100644
--- a/cmake/modules/FindXSLTPROC.cmake
+++ b/cmake/modules/FindXSLTPROC.cmake
@@ -32,6 +32,7 @@ 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
)