shitzuu / dash-docset-gen

Simple and lightweight tool, which basically parses the javadoc's documentation and generates the Docset's file with respect of Dash's tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-docset-gen

Simple and lightweight tool, which basically parses the javadoc's documentation and generates the Docset's file with respect of Dash's tutorial.

Information

  • You need to provide the absolute path of source and target directories, becasue currently we are doing a little of magic inside internals to get the correct paths.

Usage

$ java -jar dash-docset-gen-*.jar --name ExampleDockset-1_0_0 --source C:/Users/example/example-dir/javadocs --target C:/Users/example/example-dir/ExampleDockset-1_0_0.dockset

Contributing

If you wish to fix or add new features, please, feel free to fork the project and send a pull request. Also, you could create an issue and start the discussion about the feature you want to add or modify.

About

Simple and lightweight tool, which basically parses the javadoc's documentation and generates the Docset's file with respect of Dash's tutorial.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%