Source Link Map Item
class SourceLinkMapItem
Configuration block that allows adding a source link to each signature which leads to path with a specific line number (configurable by setting lineSuffix), letting documentation readers find source code for each declaration.
Example:
<sourceLinks>
<link>
<path>${project.basedir}/src</path>
<url>https://github.com/kotlin/dokka/tree/master/src</url>
<lineSuffix>#L</lineSuffix>
</link>
</sourceLinks>Content copied to clipboard