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.
---
Subject:[Doxygen-users] Warning message when documenting overloaded
functions.
I am getting a warning message when documenting
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);/