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
Hi I document overloaded functions all the time with no problem. I never use \fn. Do you get what you want if you omit the \fn? /*! * do something with i */ virtual void doSomething(int i); - Damon From: didje