Skip to content

Commit 6f93d9d

Browse files
committed
Unify @see styles
1 parent 1889720 commit 6f93d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator
2424
*
2525
* Modified from [org.gradle.api.plugins.ApplicationPlugin.java](https://github.com/gradle/gradle/blob/45a20d82b623786d19b50185e595adf3d7b196b2/platforms/jvm/plugins-application/src/main/java/org/gradle/api/plugins/ApplicationPlugin.java).
2626
*
27-
* @see ApplicationPlugin
27+
* @see [ApplicationPlugin]
2828
*/
2929
public abstract class ShadowApplicationPlugin : Plugin<Project> {
3030
override fun apply(project: Project) {

src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/relocation/Relocator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface Relocator {
2929
* In other words, it has its appropriate inputs annotated so that Gradle can consider them when
3030
* determining the cache key.
3131
*
32-
* @see CacheableTransformer
32+
* @see [CacheableTransformer]
3333
*/
3434
@Retention(AnnotationRetention.RUNTIME)
3535
@Target(AnnotationTarget.CLASS)

src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/ResourceTransformer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface ResourceTransformer {
6464
* In other words, it has its appropriate inputs annotated so that Gradle can consider them when
6565
* determining the cache key.
6666
*
67-
* @see CacheableRelocator
67+
* @see [CacheableRelocator]
6868
*/
6969
@Retention(AnnotationRetention.RUNTIME)
7070
@Target(AnnotationTarget.CLASS)

0 commit comments

Comments
 (0)