API Doc

API documentation generator for Elixir.

Installation

The package can be installed by adding api_doc to your list of dependencies in mix.exs:

def deps do
  [
    {:api_doc, "~> 0.0.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/api_doc.

Upcoming Features

Upcoming and in progress features:

Output formats:

License

API Doc source code is released under the MIT License. Check LICENSE file for more information.