Home
last modified time | relevance | path

Searched refs:sectionList (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DContent.kt251 private val sectionList = arrayListOf<ContentSection>() constant in MutableContent
253 get() = sectionList
257 sectionList.add(section) in addSection()