Re: [Doxygen-users] Warning message when documenting overloaded functions.

2015-04-23 Thread didje
No, if I omit the \fn I still get the warning message -- View this message in context: http://doxygen.10944.n7.nabble.com/Warning-message-when-documenting-overloaded-functions-tp7145p7150.html Sent from the Doxygen - Users mailing list archive at Nabble.com. ---

Re: [Doxygen-users] Warning message when documenting overloaded functions.

2015-04-22 Thread damon . carter
Subject:[Doxygen-users] Warning message when documenting overloaded functions. I am getting a warning message when documenting

[Doxygen-users] Warning message when documenting overloaded functions.

2015-04-22 Thread didje
I am getting a warning message when documenting overloaded functions. I have an implementation class and a header class. The header class declares two virtual functions, the second of which overloads the first. ClassA.h /virtual void doSomething(int i); virtual void doSomething(int i,int j);/