Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 903 Bytes

Rolodex

hex.pm version CircleCI

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:

Disclaimer

Rolodex is currently under active development! The API is a work in progress as we head towards v1.0.

Documentation

See https://hexdocs.pm/rolodex

Installation

Rolodex is available in Hex. Add it to your deps in mix.exs:

def deps do
  [
    {:rolodex, "~> 0.10.0"}
  ]
end