From d8b70d2bff464ff6049ff4c8259bd15bcbd94468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20G=C3=B3ral?= Date: Sat, 24 Jul 2021 21:41:46 +0200 Subject: [PATCH] Fix kdoc --- .../kotlin/flank/exection/parallel/plantuml/PlantUml.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt b/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt index f11233c9cb..602a6cc7e4 100644 --- a/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt +++ b/tool/execution/parallel/plantuml/src/main/kotlin/flank/exection/parallel/plantuml/PlantUml.kt @@ -6,7 +6,7 @@ import flank.exection.parallel.plantuml.internal.generatePlantUmlString import java.io.File /** - * Generates plant uml file and save on drive. + * Generates plantuml file and saves on drive. * * @receiver Source object of execution. Used for generating filename and reducing tasks names. * @param tasks Tasks relations graph required to generate diagram. @@ -22,7 +22,7 @@ fun Any.generatePlanUml( ) /** - * Generates plant uml file and save on drive. + * Generates plantuml file and saves on drive. * * @param tasks Tasks relations graph required to generate diagram. * @param path Path to generated file. @@ -39,7 +39,7 @@ fun generatePlanUml( ) /** - * Generates plant uml string. + * Generates plantuml string. * * @receiver Source object of execution. Used for reducing tasks names. * @param tasks Tasks relations graph required to generate diagram. @@ -52,7 +52,7 @@ fun Any.generatePlantUml( ) /** - * Generates plant uml string. + * Generates plantuml string. * * @param tasks Tasks relations graph required to generate diagram. * @param prefixToRemove Optional prefix to remove from each task name.