Skip to content

Commit

Permalink
Fix kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Jul 24, 2021
1 parent 1c0a4bf commit d8b70d2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit d8b70d2

Please sign in to comment.