19

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?

Vicky
  • 921
  • 1
  • 11
  • 33

2 Answers2

5

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

setting Output directory: enter image description here

output like:

enter image description here

kingfeng
  • 149
  • 1
  • 4
1

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

Baris Demiray
  • 1,539
  • 24
  • 35