[Doxygen-users] \copydoc warning - target of \copydoc command not found

2013-10-24 Thread didje
I have hundreds (almost one thousand!) of \copydoc statements which are producing the following warning message. Warning: target testClassX::innerClassX::getYes() of \copydoc command not found Here is the situation. There is a C++ class, called testClassX.cpp Here are its contents: // Start testC

[Doxygen-users] \copydoc warning message for inner class: target of \copydoc not found

2013-10-24 Thread didje
I have hundreds (almost one thousand!) of \copydoc statements which are producing the following warning message. Warning: target testClassX::innerClassX::getYes() of \copydoc command not found Here is the situation. There is a C++ class, called testClassX.cpp Here are its contents: // Start testC