I was thinking about a way GNU javadoc can help open-source Java projects.
It goes like this:
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.
--John Keiser
"All great truths begin as blasphemies." - George Bernard Shaw