OK, I know this is an old thread but it seems the best place to pose this question.
I realise the question may not strictly relate to the built-in documentation feature but it is at least heavily associated with it.
If I have this method in a class module (note no return type on sub declaration because it never returns anything):
And then use it in another module (main say):
I get a spurious return type (highlit in red).
And I can not find a way to suppress it - I have seen other methods that do not return anything that do not have spurious return types so I assume it is possible.
Thanks in anticipation...