Page 1 of 1

bug: doxypress confused by friend class declarations

Posted: Tue Oct 27 2015 2:17 pm
by marlowa
I am seeing this warning:
Warning: Return types do not agree for member: MyFriendClass
return type: friend class return type:
when it sees the following header file line from MyClass.h:
friend class MyFriendClass;

I think this is doxypress not handling friend declarations properly.

Re: bug: doxypress confused by friend class declarations

Posted: Thu Sep 15 2016 1:55 pm
by marlowa
It's been a long while since I saw this error from doxypress but it looks like it is back again in version 1.2.4. It is now a parsing warning but I cannot reproduce it using a standalone header file. Like some of the other bugs I've found, it might be to do with multiple header files interacting. I will do some more experiments to come up with a simple standalone example.

Re: bug: doxypress confused by friend class declarations

Posted: Sat Nov 12 2016 4:41 am
by ansel
Have you been able to reproduce this issue with a test case you can share? We have been unable to reproduce the issue as described.