neil
/** * Something [methodName] something */ fun methodName() {} /** * Other documentation */ fun methodName(string: String) {}
[methodName]