Searched defs:appendOutline (Results 1 – 3 of 3) sorted by relevance
15 fun appendOutline(location: Location, to: StringBuilder, nodes: Iterable<DocumentationNode>) { in getOutlineFileName() method
56 fun appendOutline(to: Appendable, nodes: Iterable<DocumentationNode>) { in appendOutline() method in BookOutlineService112 fun appendOutline(to: Appendable, nodes: Iterable<DocumentationNode>) { in appendOutline() method
109 …override fun appendOutline(location: Location, to: StringBuilder, nodes: Iterable<DocumentationNod… in createOutputBuilder() method