• Stars
    star
    109
  • Rank 317,184 (Top 7 %)
  • Language
    Objective-C
  • Created over 11 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.