#74 Unresolved link to xxx warning for external li...
# dokka
u
#74 Unresolved link to xxx warning for external links [Kotlin/dokka] Issue created by fschoellhammer
Copy code
/**
  * @see [Documentation](<http://www.example.com>)
  **/
 class MyClass {
 }
This code generates a warning:
Copy code
Unresolved link to Documentation in doc comment of xxx.MyClass (MyClass.kt:yy)