Hi Doxygen developers.
I have files like the following:
file.h:
namespace mynamespace {
class MyClass {
public:
MyClass();
}
}
file.cpp:
using namespace mynamespace;
/** @class MyClass <file.h>
* My fancy class.
*/
/** Constructor. */
MyClass::MyClass()
{
}
This seems to be valid C++ and compiles properly (tested with GCC 4.1
and 4.3 on Fedora 8 and 9). However, if I try to run doxygen
(doxygen-1.5.5-2.fc8) on this it will complain:
Warning: Compound mynamespace::MyClass is not documented.
What I would expect is that it collects the "using namespace" clauses
and prepends these namespaces to the class names to test for matching
documentation. Can someone point me to the relevant lines in the code to
have a closer look or knows a solution already?
Regards from Aachen,
Tim
--
Tim Niemueller KBSG - Knowledge-Based Systems Group
========================================================================
AllemaniACs RoboCup Team RWTH Aachen University
http://robocup.rwth-aachen.de Ahornstrasse 55
http://www.kbsg.rwth-aachen.de D-52056 Aachen
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
Doxygen-develop mailing list
Doxygen-develop@...
https://lists.sourceforge.net/lists/listinfo/doxygen-develop