FunctionDescriptor
A native Quarkdown function discovered within a ModuleDescriptor.
Corresponds to a top-level Kotlin function annotated with com.quarkdown.processor.annotation.QFunction inside a com.quarkdown.processor.annotation.QModule file.
Parameters
Kotlin simple name of the source function (used to invoke the original from the wrapper)
name exposed to Quarkdown after applying @Name to the function; falls back to originalName when absent
fully qualified name of the source function
resolved return type of the source function
function parameters in declaration order
the underlying KSP declaration
verbatim source text of function-level annotations to propagate to the wrapper, or null when the function has none
raw KDoc block text of the source function (inner content, no /** */ markers), or null when the function is undocumented; copied to the wrapper by the code generator after names have been substituted