/jAPIGenerator

A small utility to generate an generic API documentation on a folder of (or containing) java .class files.

Primary LanguageJava

jAPIGenerator

##Description: This is that receives a folder of .class files, and generate a minimalistic API containing of:

  • Constructor(s).
  • Methods.
  • Class fields.
  • Interfaces.
  • Inheritance.

This tool supports recursive behavior - that is, will search also in sub-folder and sub-sub-folders and so on.