diff --git a/build.gradle b/build.gradle index 9081ed8..783e02b 100644 --- a/build.gradle +++ b/build.gradle @@ -152,6 +152,7 @@ tasks.register('generateDocsHTML') { args = [ "--write=html5", "--template=" + file("${templatesDir.path}/${docType}.html"), + "--wrap=none", "--toc", "--toc-depth=4", "--section-divs",