FriendFX - 2008-11-03

Hello,

I have a class TMyClass with two overloaded constructors Create(a, b: string) and Create(a: string).

When I run doxygen with Pas2Dox with this class, it outputs warnings like this:

Warning: documented funtion 'TMyClass::TMyClass' was not declared or defined.
Warning: documented funtion 'TMyClass::TMyClass' was not declared or defined.

It seems to me like the identifier "Create" in the class declaration is not correctly translated into the C++ style TMyClass::TMyClass.

Is this a bug? Or what can I do to get my constructors documented?

Thanks!