February 27, 2003

Printing code with JavaDoc

Someone must have done this before. I want to print some Java source code in order to study it but I want to pretty print the Javadoc that is in the source in a way that I can read them together. I don't want to print the source and the JavaDoc separately. I want them together on one page printed prettily.

Posted by stuartcw at February 27, 2003 12:59 PM
Comments

Doxygen - JavaDoc but better. More languages. More output formats - including LaTeX which is really easy to generate PDF from.

http://www.stack.nl/~dimitri/doxygen/

Enscript - just a text to postscript converter - tell it to highlight lines, add line numbers, and syntax highlight all sorts of lanauges.

http://people.ssh.fi/mtr/genscript/

Posted by: David Dorward at February 27, 2003 05:17 PM

i want to get example of printing code in javascript.. for my thesis.

thank you.

Posted by: Binnie at December 18, 2004 04:13 PM