finagle/finch

Scaladoc hygiene for base package

Open

#411 opened on Oct 12, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Scala (1,597 stars) (221 forks)batch import
cleanupeasyhelp wanted

Description

As more stuff gets moved directly under io.finch, its API docs are getting a little unwieldy. It'd be nice to make prioritization traits private[finch] so they don't show up in the docs (their methods still will, though), and possibly even to organize the definitions using Scaladoc groups (see e.g. how I'm using them in circe).

Contributor guide

Scaladoc hygiene for base package · finagle/finch#411 | Good First Issue