When a function that is part of a class is listed on the page of that class, it’s listed arguments do not correctly link their types.
Notice how the return types listed in the above picture have a box around them, but the argument types don’t.
Oddly, this only happens to functions that are directly part of the class.
Inherited functions do handle this correctly: