DescriptionSubzero: Doxygenify TODO comments.
Uses a nasty regexp to turn something like:
// ... TODO(stichnot): Fix
// this.
into:
/// ... @todo TODO(stichnot): Fix
/// this.
so that doxygen can generate the TODO list.
Matches "TODO:" and "TODO " and "TODO(...".
BUG= none
R=rkotlerimgtec@gmail.com
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=d880f0e2457443277081fb68bb2bbad82177aad1
Patch Set 1 #Messages
Total messages: 6 (3 generated)
|