Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 476 Bytes

javadocset

Simple command line tool for generating a Dash docset from Javadoc-generated documentation

Usage (macOS)

  1. Download a compiled binary from https://kapeli.com/javadocset.zip or compile it yourself from source using Xcode.
  2. Use it: ./javadocset <any docset name you want> <path to Javadoc-generated API folder>

Example usage: ./javadocset Java api

Linux, Windows and other platforms

Use https://github.com/william8th/javadocset.