ford icon indicating copy to clipboard operation
ford copied to clipboard

Allow exclusion of this/self

Open andrewcoughtrie opened this issue 10 months ago • 1 comments

It would be nice to be able to not show the this/self (sometimes called the "passed object dummy argument") argument in the generated documentation for type bound procedures. Also allowing it to not have a comment.

As you should never be passing this argument to a type bound procedure on use it is redundant and confusing to include it in the generated API docs.

andrewcoughtrie avatar Jan 27 '25 11:01 andrewcoughtrie

I think this should be possible, but we'd need to look up the bound procedure to see if it has pass/nopass on it.

ZedThree avatar Jan 27 '25 12:01 ZedThree