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 PMDoxygen - 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/
i want to get example of printing code in javascript.. for my thesis.
thank you.