xiaoxiaopingzi / javadoc.chm

This software generates an Microsoft HTML Help(CHM) from generic javadoc style API documents

Home Page:http://subchen.github.io/javadoc-chm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)"

About

This software generates an Microsoft HTML Help(CHM) from generic javadoc style API documents

http://subchen.github.io/javadoc-chm/

License:Apache License 2.0


Languages

Language:Java 98.8%Language:Batchfile 1.2%