Searched refs:sortedSourceRoots (Results 1 – 1 of 1) sorted by relevance
334 val sortedSourceRoots = sourceSet.sourcePath.sortedBy { -it.name.length } in gatherPackageJavadoc() constant365 val prefix = sortedSourceRoots.firstOrNull { file.startsWith(it) }?.path ?: "" in gatherPackageJavadoc()