5

I am having a KOA based server. now i want to generate API docs for the server. Is there any tools for auto generating API Docs

Amit Mourya
  • 538
  • 1
  • 7
  • 18

1 Answers1

3

You can use apiDoc or JSDoc. Both of these libraries create a documentation from your annotations.

Arda Keskiner
  • 772
  • 7
  • 23