0
/// \todo Loop must be rewritten   
...
/// \todo Delete this loop

Can Doxygen generate a todo.txt file containing these comments ?

anno
  • 5,970
  • 4
  • 28
  • 37

1 Answers1

1

I can't see any way to do this directly, but it does generate a todo list; see Adonthell's, for example. You could munge this into a text file if you really wanted...

SamB
  • 9,039
  • 5
  • 49
  • 56