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"}
]
endDocumentation can be found at https://hexdocs.pm/api_doc.
Upcoming Features
Upcoming and in progress features:
- Basic documentation setup.
- Plug.Router documentation.
- Warn on forwards to undocumented routers.
- Warn for undocumented endpoints.
- Warn undocumented path variable.
- @api false to disable undocumented warnings.
- Add default response[s].
- Add schemas on different levels.
- Basic configuration.
- Cleanup documenters and improve documentation.
Output formats:
License
API Doc source code is released under the MIT License. Check LICENSE file for more information.