Document Method doesn't document constructor with space between name and parentheses.
Take class Test:class Test
{
public:
Test();
virtual ~Test();
void Function ();
};
If you use document method on Test() as it stands it works fine.
If you add a space between Test and the (); then the menu item for Document Method is missing. However Document Method appears for Function with or without the space.
I have found another buglet regarding Document Method. Shall I add it to the end here or start a new topic?