Kotlin uses documentation generation tool called Dokka. Here is how you reference another class, method, property or parameter with it:

  /**
   * For more information see [MyClass] class
   */
  fun myFunction() {
  }