Searched refs:docStubsDir (Results 1 – 2 of 2) sorted by relevance
251 if (options.docStubsDir != null || options.enhanceDocumentation) { in processFlags()288 options.docStubsDir?.let { in processFlags()688 if (options.stubsDir != null || options.docStubsDir != null) { in loadFromSources()
468 var docStubsDir: File? = null variable747 ARG_DOC_STUBS -> docStubsDir = stringToNewDir(getValue(args, ++index)) in parse()