1 2 3 4 5 6 7 8 9 10 11 12
package org.jetbrains.dokka import org.jetbrains.jet.lang.resolve.scopes.* fun DocumentationNode.resolve(): DocumentationNode { return this } fun DocumentationNode.resolve(scope: JetScope): DocumentationNode { return this }