I, like many other people I'm sure, put //TODO: comments in my code (inspite
of M$ patent on the idea!).

http://yro.slashdot.org/article.pl?sid=04/06/08/2319254&tid=155&tid=109&tid=
156&tid=17

I'm looking for a program that will run through a directory tree and parse
all the files (ideally by extension, like *.php, *.js, *.html, *.c) and give
me a formatted output (or HTML table or something useful).

It should include the //TODO of course, the path/file, the line(s), and
perhaps other things I'm overlooking. Maybe last time file changed/file
date, and possibly the comments immediately below the //TODO: (as sometimes
they take up more than a single line).

Anyone know of or have built something like this... That is before I go and
re-invent the wheel.

D.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to