searchAll

fun searchAll(docsDirectory: DocsDirectory, nameQuery: String): Sequence<DocumentedFunction>

Searches for functions whose names start with the given query string, case-insensitively.

Return

a sequence of documented functions matching the query

Parameters

docsDirectory

the directory containing the documentation files

nameQuery

the query string to search for