commit | d880f0e2457443277081fb68bb2bbad82177aad1 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Dec 07 08:37:25 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Dec 07 08:37:25 2015 -0800 |
tree | 412ac0b8c5c6e4ecb4be95995845b238d1b37e2a | |
parent | 52b515717f437804b62c7d24f36414baaf15daa7 [diff] |
Subzero: 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 Review URL: https://codereview.chromium.org/1489413007 .