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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to