1 2 3 4 5
package org.jetbrains.dokka public trait ResolutionService { fun resolve(text: String): DocumentationNode }