Added Kotlin API reference links
This commit is contained in:
parent
c83c76dc60
commit
a87526a0aa
1 changed files with 5 additions and 4 deletions
|
@ -408,13 +408,14 @@ public class DokkaOperation extends AbstractProcessOperation<DokkaOperation> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets whether to suppress obvious functions such as inherited from {@code kotlin.Any} and
|
* Sets whether to suppress obvious functions such as inherited from
|
||||||
* {@link java.lang.Object}.
|
* <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/">kotlin.Any</a> and {@link java.lang.Object}.
|
||||||
* <p>
|
* <p>
|
||||||
* A function is considered to be obvious if it is:
|
* A function is considered to be obvious if it is:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Inherited from {@code kotlin.Any}, {@code Kotlin.Enum}, {@link java.lang.Object} or {@link java.lang.Enum},
|
* <li>Inherited from <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/">kotlin.Any</a>,
|
||||||
* such as {@code equals}, {@code hashCode}, {@code toString}.
|
* <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/">Kotlin.Enum</a>, {@link java.lang.Object}
|
||||||
|
* or {@link java.lang.Enum}, such as {@code equals}, {@code hashCode}, {@code toString}.
|
||||||
* <li>Synthetic (generated by the compiler) and does not have any documentation, such as
|
* <li>Synthetic (generated by the compiler) and does not have any documentation, such as
|
||||||
* {@code dataClass.componentN} or {@code dataClass.copy}.
|
* {@code dataClass.componentN} or {@code dataClass.copy}.
|
||||||
* </ul>
|
* </ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue