All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlin.doc.Names.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.kotlin.doc


object names {

    val htmlSourceDirName = "src-html"

    fun lineNumberLinkHref(lineNumber: Int) = "L$lineNumber"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy