Convert Java Doc to CHM using jd2chm, chmjd2chm
1. download and copy jd2chm.exe to generated prj's doc root path
2. type following simple command:
1 X: \ workspace \ ProjectXXX \ doc> jd2chm 2 3 jd2chm Version 0.3 4 Copyright (c) 2000-2004 Andre Burgaud 5 http://www.burgaud.com 6 7 The project name will be given: 8-The HTML Help project files (. HHP ,. HHK ,. HHC) 9-To the final CHM file10 Enter the project name: ProjectNameXXX11 The project title will be assign to the CHM window12 Enter the project title: projectTitleXXX13 [11:16:49] INFO Starts building the project14 15... 16 17 [11:17:10] INFO Compilation completed18 19 ============================== ===========================20 Thanks for using jd2chm21 Visit the site http://www.burgaud.com to check new versions22 Any comments or remarks may be sent to <andre@burgaud.com> 23 ==================== ======================================View Code
How to generate javadoc for multiple java files
The folder generated by javadoc contains a lot of things, but you only need to find index.html. You can use jd2chm.exe to convert it into a chm document (something similar to the JDK document). jd2chm is also very easy to use, baidu randomly searched for jd2chm and found it.
Why does this error occur when I use myeclipse javadoc everywhere? Now
How did you get this error.
How do you generate javadoc?