Rolodex generates documentation for your Phoenix API.
Simply annotate your Phoenix controller action functions with @doc
metadata, and Rolodex will turn these descriptions into valid documentation for any platform.
Currently supports:
Rolodex is currently under active development! The API is a work in progress as we head towards v1.0.
See https://hexdocs.pm/rolodex
Rolodex is available in Hex. Add it to your
deps in mix.exs
:
def deps do
[
{:rolodex, "~> 0.10.0"}
]
end