I've only got some of my functions converted to 'doc' style comments.
This seems to require all my //TODO: be up in the /** */ section.
Many of my //TODO: comments are inline, say, before a loop, or in other
parts of code (many are not even in functions).

Hmm... 

Well, I'll give it a few more days to see if I get any more replies, and
then I guess I'll take a stab at coding this. I'm astonished that there
isn't a single parser out there that someone could suggest. It doesn't have
to be written in PHP, just be able to read source code and look for what
would seem to be pretty standard //TODO: comments.

daevid.com


> -----Original Message-----
> From: Jim Grill [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 25, 2004 7:18 PM
> To: Daevid Vincent; [EMAIL PROTECTED]
> Subject: Re: [PHP] Looking for a "TODO:" parser.
> 
> 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/phpDocument
> or/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=15
> 5&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

Reply via email to