Searched defs:appendOutlineLevel (Results 1 – 4 of 4) sorted by relevance
12 fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) in getOutlineFileName() method
85 fun appendOutlineLevel(to: Appendable, body: () -> Unit) { in appendOutlineLevel() method168 fun appendOutlineLevel(body: () -> Unit) { in appendOutlineLevel() method
19 override fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) { in appendOutlineLevel() method in org.jetbrains.dokka.YamlOutlineService
127 override fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) { in appendOutlineLevel() method