Skip to content

Json Doclet for Javadoc (Turn things into json. Fully fleged using Gson)

License

Notifications You must be signed in to change notification settings

BlackBoxMC/javadoc-json-doclet

 
 

Repository files navigation

javadoc-json-doclet

Json Doclet for Javadoc (Turn regular JavaDoc Comments into json using the javadoc command and the Gson library)

What's it do?

Usually, javadoc creates crappy lil html files. With this, you get a JSON file for each class (including internal classes) with all the information you could possibly desire.

The JSON files are stored into a folder called "docs" in the same directory as the command is run, and they're all named in the same format as you would import them with json as the extension. (ie: java.util.ArrayList.json)

Usage

javadoc -doclet com.raidandfade.JsonDoclet.Main -docletpath json-jdoc.jar ...

Something wrong? Need extra information from the javadoc?

You can either make an issue or a pull request and I'll get to it eventually.

Why did you do this, you crazy man?

Well you see, i have this wonderful API Endpoint at My Public Api. And I get my docs for all of Java's stdlib from there. You can do the same by following the instructions in STDDocs

About

Json Doclet for Javadoc (Turn things into json. Fully fleged using Gson)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%