Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/knit/src/
DKnit.kt198 …val indexLines = processApiIndex("$siteRoot/$moduleName", docsRoot, directive.param, remainingApiR… in knit() constant
200 … if (!replaceUntilNextDirective(indexLines)) error("Unexpected end of file after $INDEX_DIRECTIVE") in knit()