Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Doxygen plugin in Android Studio?

I need to create a document for my app in Android Studio. I have already created document using Doxygen in eclipse but I don't know how to use Doxygen in Android Studio to generate automatic documentation. I tried searching the web but all I could find is Eclipse Doxygen plugin, can anyone a way to use Doxygen in android studio?

like image 810
Vicky Avatar asked Dec 30 '14 10:12

Vicky


People also ask

How do you use Doxygen C code?

The Doxygen structural command to use is “@mainpage” as shown in the example above. This tag on one of our markdown files will tell the Doxygen parser that a given markdown file is the main page for the project. This is the page shown when you click index. html from the HTML folder generated by Doxygen.


2 Answers

Android Studio 2.0: Tools -> Generate JavaDoc...

setting Output directory: enter image description here

output like:

enter image description here

like image 53
kingfeng Avatar answered Sep 19 '22 10:09

kingfeng


Tools -> Generate JavaDoc seems to be the way to go.

like image 31
Baris Demiray Avatar answered Sep 20 '22 10:09

Baris Demiray