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 f5cd52c0fb.

Change-Id: I2a2e82041ac46a1a9974727bbb1d5cbf6855a878
Reviewed-on: https://code.wireshark.org/review/26814
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Peter Wu 2018-04-09 03:08:00 +00:00 committed by Anders Broman
parent cbed2a2148
commit 2173309920
2 changed files with 0 additions and 2 deletions

View File

@ -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
)

View File

@ -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 = \