Not sure about other file types, but phpdoc includes a tag for "todo". It also makes nice documentation on the fly based on your comments.
http://phpdoc.org/docs/HTMLSmartyConverter/default/phpDocumentor/tutorial_tags.todo.pkg.html Jim Grill ----- Original Message ----- From: "Daevid Vincent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 8:55 PM Subject: [PHP] Looking for a "TODO:" parser. > 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 > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php