RE: [Doxygen-users] TODO Lists in CPP implementation files
Brought to you by:
dimitri
|
From: Prikryl,Petr <PRI...@sk...> - 2001-11-30 07:35:59
|
Hi Allan,
In your example, your \todo command is used inside
the function body. Doxygen ignores comments inside
the function bodies these days. So, the reason is not
because the \todo command is in cpp. It's because
it is inside the function body. Try to put it just in front
of your main().
Regards,
Petr
> Is there any way to get Doxygen to consider both
> the .h and .cpp files when
> building its to-do list? As an example, the code below
> contains \todo commands in both test.h and test.cpp.
>[...]
> int main (int argc, char* argv)
> {
> TestClass myTestClass;
> std::cout << myTestClass.GetValue() << std::endl;
> std::cout << myTestClass.GetAnotherValue() << std::endl;
>
> /// \todo DOXYGEN DOESN'T PICK THIS ITEM UP!
>
> };
--
Petr Prikryl, Skil, spol. s r.o., (pri...@sk...)
|