onParam

abstract fun onParam(param: Param, actualParameter: DParameter): Param

Transforms a parameter reference, in the form of @param paramName, within a KDoc documentation.

Return

the transformed parameter reference

Parameters

param

the original parameter reference

actualParameter

the parameter that the reference points to