This post originated from an RSS feed registered with Java Buzz
by Rod Waldhoff.
Original Post: Jason Horman's WikiDoclet
Feed Title: Rod Waldhoff: Java Channel
Feed URL: http://radio-weblogs.com/0122027/categories/java/rss.xml
Feed Description: about the Java programming language
Found a link to WikiDocletonErik Thauvin's weblog. This is a custom doclet that allows one to write JavaDoc comments with TWiki-style markup rather than HTML markup. For example, one could write:
/**
* First Para.
*
* Second Para.
* * bullet one
* * _sub_ bullet
* * bullet two
*/
Neat, huh? Wish I'd thought of that.
I haven't tried it yet, but it seems like a really useful tool for those who find that HTML formatting within JavaDoc comments interrupts the flow of coding.