OSDN Git Service

Subzero: Improve the Doxygen input filter for TODO extraction.
authorJim Stichnoth <stichnot@chromium.org>
Wed, 9 Dec 2015 01:44:34 +0000 (17:44 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Wed, 9 Dec 2015 01:44:34 +0000 (17:44 -0800)
commite293b5f413b0fc9fed413bf5066ae3950704cc38
treee8a0ba0c813d73af1c10c32a11095b85aa65b28e
parent67574d83d05f5bde748843a73adcab6247736601
Subzero: Improve the Doxygen input filter for TODO extraction.

The previous filter was too aggressive at changing "//" to "///".  The new filter does that transformation more selectively, starting at a commented TODO line and ending at the next non-commented line.

BUG= none

Review URL: https://codereview.chromium.org/1510893004 .
Doxyfile