John Keiser wrote:
> In a package, class or method declaration, the tag @XXX would allow you to
> write a task that needs to be done on the code, or something that needs
> looking at.  This way, GNU javadoc could generate a task list based directly
> off the source!  An extra option would be to allow @XXX in comments inside
> the actual method body so that one can tell the line number as well.  I've
> been using @XXX myself already, but hadn't thought it through to this
> conclusion.

Our doclet can recognize any tags we want it to.  There is an updated
Javadoc spec on the Sun web site that lists various proposed new tags as
well.  I think @fixme or @todo would be better choices than @XXX - unless
we're visiting the video store of course. ;-)

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to