Next: How to Install Boost
Up: Miscellaneous
Previous: Printing Error/Warning/Debugging Information
Contents
Index
Adding Testing Groups
- These group tags are already defined in file, "eman2doc.h":
- tested0 : code not yet complete
- tested1 : code complete but untested
- tested2 : code complete but contains bugs
- tested3 : tested
- tested3a : manual testing
- tested3b : unit test in C++
- tested3c : unit test in Python
- tested3d : incorporated into sucessful regression test
- How to use these tag to label testing group:
- add /**@ingroup tested3c*/ to the beginning of a
class tested in Python, then the corresponding class will
be labeled "unit test in Python" in doxygen generated
document.
- you can also define other grouping tag, just
follow the testing group example in "eman2doc.h"
- a single unit can be labeled for multiple group
2013-06-11