finagle/finch

Scaladoc hygiene for base package

Open

#411 opened on Oct 12, 2015

 (6 comments) (0 reactions) (0 assignees)Scala (218 forks)batch import
cleanupeasyhelp wanted

Repository metrics

Stars
 (1,594 stars)
PR merge metrics
 (No merged PRs in 30d)

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