DocsFunction
data class DocsFunction(val name: String, val parameters: List<DocsParameter>, val isLikelyChained: Boolean)
A function in a documentation file.
Parameters
name
the name of the function
parameters
the parameters of the function
isLikelyChained
whether the function is likely to be chained