getDocumentation

fun getDocumentation(docsDirectory: File, name: String): DocumentedFunction?

Retrieves the documentation for a function in the specified documentation directory.

Return

the DocumentedFunction if found

Parameters

docsDirectory

the directory containing the documentation files

name

name of the function to look up


Retrieves the documentation for a function call in the specified documentation directory.

Return

the DocumentedFunction if found

Parameters

docsDirectory

the directory containing the documentation files