ADANA is a novel approach to automatically generate and inject comments that describe a given piece of source code. This repository accommodate the ADANA Android Studio/IntelliJ IDE plugin. After installing the plugin on the IDE, select a piece of code, right click and select Document Selected Code.
To install using pre-built binary, first download the latest release. Then, go to Android Studio > Preference > Plugin > install plugin from Hard and select the downloaded file.
First clone the project. Follow the Setting Up a Development Environment guideline to setup the IntelliJ IDE for plugin development. Now you should be able to compile the project (requires Java 1.8+) and run it. In the end, deploy the project by following the Deploying a Plugin tutorial.