Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grouping to scaladoc for arity methods #2080

Merged
merged 1 commit into from
Dec 19, 2017

Commits on Dec 7, 2017

  1. Add grouping to scaladoc for arity methods

    This makes it so when you look at the `Applicative` scaladoc you don't
    have a bunch of `ap3`, `ap4`, etc noise mixed in with the more
    meaningful methods. Instead, the generated higher-arity methods show up
    in separate scaladoc groups below.
    
    To see the changes you can pull this branch, run `sbt unidoc` (you may
    need to clean first), and open
    `cats/docs/target/scala-2.12/unidoc/cats/Applicative.html` in your
    browser.
    ceedubs committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    f6592e0 View commit details
    Browse the repository at this point in the history