The JavaHTMLizer

Here's a little program (javahtmlizer.jar, source code) that converts Java source to HTML. To use it, just do:

java -classpath javahtmlizer.jar HTMLizer path/to/my/Source.java > out.html

Here's an example of the output. Nice, eh?

Some notes on the program:

This program is BSD licensed; if you find it helpful or interesting, pick up my JavaCC book!