doclava
Custom Javadoc doclet by Google
Install
- All systems
-
curl cmd.cat/doclava.sh
- Debian
-
apt-get install doclava-aosp
- Ubuntu
-
apt-get install doclava-aosp
- Kali Linux
-
apt-get install doclava-aosp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install doclava-aosp
- Raspbian
-
apt-get install doclava-aosp
- Dockerfile
- dockerfile.run/doclava
doclava-aosp
Custom Javadoc doclet by Google
Key differences between Doclava and the standard doclet include: * Refreshed look and feel, including search capabilities * Embeds versioning information in the documentation * Uses a templating engine for user customizations * Throw build errors for things that can easily be caught, like @param tags that don't match the parameter names. * Ability to include snippets of code from real source code * Federate documentation between multiple sites * Ability to embed javadocs in a larger web page. This package is a fork of Doclava by The Android Open Source Project with special features for generating the source files of the Android platform framework API stubs "android.jar".