From cbbc62ff5e1c406037ba5a6e5c9b81f3b53d2700 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Wed, 24 Feb 2021 16:17:45 +0100 Subject: Fix parameters on cli and bump kotlinx.cli (#1755) --- docs/src/doc/docs/user_guide/cli/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/doc') diff --git a/docs/src/doc/docs/user_guide/cli/usage.md b/docs/src/doc/docs/user_guide/cli/usage.md index 1f6b1124..e77c686e 100644 --- a/docs/src/doc/docs/user_guide/cli/usage.md +++ b/docs/src/doc/docs/user_guide/cli/usage.md @@ -30,7 +30,7 @@ Dokka supports the following command line arguments: * `-includeNonPublic` - include protected and private code * `-skipDeprecated` - if set, deprecated elements are not included in the generated documentation * `-reportUndocumented` - warn about undocumented members - * `-skipEmptyPackages` - do not create index pages for empty packages + * `-noSkipEmptyPackages` - create index pages for empty packages * `-packageOptions` - list of package options in format `matchingRegex,-deprecated,-privateApi,+reportUndocumented;matchingRegex, ...`, separated by `;` * `-links` - list of external documentation links in format `url^packageListUrl^^url2...`, separated by `;` * `-srcLink` - mapping between a source directory and a Web site for browsing the code in format `=[#lineSuffix]` -- cgit