From 45b862a40a8eef29488ba9c339c5a0d7f49d8736 Mon Sep 17 00:00:00 2001 From: Suraj Sahani Date: Tue, 13 Jul 2021 13:54:07 +0530 Subject: plugin configuration changing from fqPluginName=json^^fqPluginName=json.. to `fqPluginName=json...` (#2019) * plugin configuration typo fix * Reverting back separator with quotation marks is it okay? --- docs/src/doc/docs/user_guide/cli/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/doc/docs/user_guide/cli/usage.md b/docs/src/doc/docs/user_guide/cli/usage.md index d03b8ff1..6b96fb01 100644 --- a/docs/src/doc/docs/user_guide/cli/usage.md +++ b/docs/src/doc/docs/user_guide/cli/usage.md @@ -14,7 +14,7 @@ Dokka supports the following command line arguments: * `-moduleName` - (required) - module name used as a part of source set ID when declaring dependent source sets * `-cacheRoot` - cache directory to enable package-list caching * `-pluginsClasspath` - artifacts with Dokka plugins, separated by `;`. At least `dokka-base` and all its dependencies must be added there - * `-pluginsConfiguration` - configuration for plugins in format fqPluginName=json^^fqPluginName=json... + * `-pluginsConfiguration` - configuration for plugins in format `fqPluginName=json^^fqPluginName=json...` * `-offlineMode` - do not resolve package-lists online * `-failOnWarning` - throw an exception instead of a warning * `-globalPackageOptions` - per package options added to all source sets -- cgit