[Doxygen-users] C++ class shown as Objective-C
Brought to you by:
dimitri
From: Robert N. <rob...@gm...> - 2015-03-15 15:49:46
|
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 |