Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 816 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 816 Bytes

What's this?

This software generates an Microsoft HTML Help(CHM) from generic javadoc style API documents. It's a easy way to search something from javadoc with pre-compiled full text index.

Javadoc.chm can identify the new doc style for java 8.0+.

Requirements

How to

Download binary jar

https://github.com/subchen/javadoc.chm/raw/master/dist/javadoc.chm-2.1.0.jar

Generates HTML Help project files

java -Xms256m -Xmx512m -jar javadoc.chm-xxx.jar <javadoc-api-dir> <file-encoding>

Compile the HTML Help

build.bat

To change the default language option of hhp file, modify htmlhelp.hhp.

"Language=0x409 English (U.S.)"