1.9.09

Create an All-in-One Document Page of Javadoc

Today I was asked to print out all information of a Java project. I gave a solution based on Javadoc. However, Javadoc generates many HTML files for packages and classes, one for each generally. I came up with an idea to re-organise all the files together.

Therefore, I made a PERL program to do the job automatically. I found Javadoc has very good documentation templates, all essential information comes between

<!-- ========= END OF TOP NAVBAR ========= -->

and

<!-- ======= START OF BOTTOM NAVBAR ====== -->

This template helps me a lot. The work ended up with a 200 lines of PERL.

Actually, I could refine the document a little bit. But the current solution is good enough I think.

No comments: