diff --git a/src/main/java/rife/bld/extension/CompileKotlinOperation.java b/src/main/java/rife/bld/extension/CompileKotlinOperation.java index 333f200..a1a7e9e 100644 --- a/src/main/java/rife/bld/extension/CompileKotlinOperation.java +++ b/src/main/java/rife/bld/extension/CompileKotlinOperation.java @@ -235,7 +235,7 @@ public class CompileKotlinOperation extends AbstractOperation { } /** - * Part of the {@link #execute} operation, constructs the command list to use for building the process. + * Part of the {@link #execute execute} operation, constructs the command list to use for building the process. * * @since 1.5 */ @@ -358,7 +358,7 @@ public class DokkaOperation extends AbstractProcessOperation { } /** - * Sets the Markdown + * Sets the Markdown files that contain module and package documentation. *

* The contents of specified files are parsed and embedded into documentation as module and package descriptions. *

diff --git a/src/main/java/rife/bld/extension/dokka/SourceSet.java b/src/main/java/rife/bld/extension/dokka/SourceSet.java index 705c04c..26929cf 100644 --- a/src/main/java/rife/bld/extension/dokka/SourceSet.java +++ b/src/main/java/rife/bld/extension/dokka/SourceSet.java @@ -276,7 +276,7 @@ public class SourceSet { * Sets the display name of the source set, used both internally and externally. *

* The name is used both externally (for example, the source set name is visible to documentation readers) and - * internally (for example, for logging messages of {@link #reportUndocumented}). + * internally (for example, for logging messages of {@link #reportUndocumented reportUndocumented}). *

* The platform name can be used if you don't have a better alternative. * @@ -396,7 +396,7 @@ public class SourceSet { *

* Whether to generate external documentation links to JDK's Javadocs. *

- * The version of JDK Javadocs is determined by the {@link #jdkVersion} option. + * The version of JDK Javadocs is determined by the {@link #jdkVersion jdkVersion} option. *

* Note: Links are generated when noJdkLink is set to false. *