diff --git a/examples/.idea/misc.xml b/examples/.idea/misc.xml index e2bbc73..69a3cd8 100644 --- a/examples/.idea/misc.xml +++ b/examples/.idea/misc.xml @@ -7,7 +7,10 @@ + + - + \ No newline at end of file diff --git a/src/bld/java/rife/bld/extension/CompileKotlinOperationBuild.java b/src/bld/java/rife/bld/extension/CompileKotlinOperationBuild.java index 55eefe9..0dec4e4 100644 --- a/src/bld/java/rife/bld/extension/CompileKotlinOperationBuild.java +++ b/src/bld/java/rife/bld/extension/CompileKotlinOperationBuild.java @@ -71,13 +71,24 @@ public class CompileKotlinOperationBuild extends Project { .artifactId("bld-kotlin") .description("bld Kotlin Extension") .url("https://github.com/rife2/bld-kotlin") - .developer(new PublishDeveloper().id("ethauvin").name("Erik C. Thauvin").email("erik@thauvin.net") - .url("https://erik.thauvin.net/")) - .license(new PublishLicense().name("The Apache License, Version 2.0") - .url("http://www.apache.org/licenses/LICENSE-2.0.txt")) - .scm(new PublishScm().connection("scm:git:https://github.com/rife2/bld-kotlin.git") - .developerConnection("scm:git:git@github.com:rife2/bld-kotlin.git") - .url("https://github.com/rife2/bld-kotlin")) + .developer( + new PublishDeveloper() + .id("ethauvin") + .name("Erik C. Thauvin") + .email("erik@thauvin.net") + .url("https://erik.thauvin.net/") + ) + .license( + new PublishLicense() + .name("The Apache License, Version 2.0") + .url("http://www.apache.org/licenses/LICENSE-2.0.txt") + ) + .scm( + new PublishScm() + .connection("scm:git:https://github.com/rife2/bld-kotlin.git") + .developerConnection("scm:git:git@github.com:rife2/bld-kotlin.git") + .url("https://github.com/rife2/bld-kotlin") + ) .signKey(property("sign.key")) .signPassphrase(property("sign.passphrase")); } diff --git a/src/main/java/rife/bld/extension/dokka/DokkaOperation.java b/src/main/java/rife/bld/extension/dokka/DokkaOperation.java index 76d0ae0..c3c03d3 100644 --- a/src/main/java/rife/bld/extension/dokka/DokkaOperation.java +++ b/src/main/java/rife/bld/extension/dokka/DokkaOperation.java @@ -277,7 +277,9 @@ public class DokkaOperation extends AbstractProcessOperation { } /** - * Sets the global list of package configurations in format: + * Sets the global list of package configurations. + *

+ * Using format: *

    *
  • matchingRegexp
  • *
  • -deprecated
  • @@ -297,7 +299,9 @@ public class DokkaOperation extends AbstractProcessOperation { } /** - * Sets the global list of package configurations in format: + * Sets the global list of package configurations. + *

    + * Using format: *

      *
    • matchingRegexp
    • *
    • -deprecated
    • diff --git a/src/main/java/rife/bld/extension/dokka/SourceSet.java b/src/main/java/rife/bld/extension/dokka/SourceSet.java index 72e5152..705c04c 100644 --- a/src/main/java/rife/bld/extension/dokka/SourceSet.java +++ b/src/main/java/rife/bld/extension/dokka/SourceSet.java @@ -50,7 +50,7 @@ public class SourceSet { private String sourceSetName_; /** - * Sets the platform used for setting up analysis. Default is {@link AnalysisPlatform#JVM} + * Sets the platform used for setting up analysis. Default is {@link AnalysisPlatform#JVM JVM} *

      * Platform to be used for setting up code analysis and {@code @sample} environment. * @@ -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}). *

      * The platform name can be used if you don't have a better alternative. * @@ -440,7 +440,9 @@ public class SourceSet { /** * Set the list of package source set configuration. *

      - * A set of parameters specific to matched packages within this source set in format: + * A set of parameters specific to matched packages within this source set. + *

      + * Using format: *

        *
      • matchingRegexp
      • *
      • -deprecated
      • @@ -462,7 +464,9 @@ public class SourceSet { /** * Set the list of package source set configuration. *

        - * A set of parameters specific to matched packages within this source set in format: + * A set of parameters specific to matched packages within this source set. + *

        + * Using format: *

          *
        • matchingRegexp
        • *
        • -deprecated