java -jar docGenerator.jar -input=wiki/input -output=wiki/output -hasTOC=false
will not present any table of content for any article.
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -tocThreshold=5
will only present a table of content for articles which have at least 5 titles.
toc
attribute for an article specifies that this article will not have a table of content regardless of the general configuration (it can only have the false
value if present).<article desc="an article without a toc" toc="false"> ... </article>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.