Hi,
I just compiled doxygen from git and ran it on a project that mixes C++ and Objective C. (This is on OS X Yosemite.) I notice some but not all of the C++ classes have their methods rendered in HTML like they were Objective C. For example, a C++ member function like:
int MyClass::foo(Thing *t);
shows up in the HTML like:
(int) foo (Thing*) t
Is this a bug? Any advice on how to fix this?
thanks,
Rob
|