scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 14 forks source link

Issues and Ideas for Scaladoc #84

Closed felixmulder closed 4 years ago

felixmulder commented 8 years ago

Ideas / General Issues

nrinaudo commented 7 years ago

I don't know whether this is still active, or an appropriate place to post this. If not, my apologies.

A recurring annoyance with scaladoc comment inheritance is that it doesn't work cross dependencies, even if the dependency's sources are available in standard maven artifacts, in standard maven repositories.

Some of my librarie are basically specific wrappers and type aliases for a more generic one - I have a generic codec lib, for example, with specific cxv, xml, ... implementations. The current behaviour means that my csv library, for instance, has almost no scaladoc, except for the bits that are specific or explicitly overidden.

pgrandjean commented 7 years ago

Hi, I would like to report a new issue on scaladoc. Maybe it's already known. I have a project with only one package object containing a number of functions. No classes, no other objects, only a package object foo. In this case, scaladoc generates documentation with nothing else except a root package. The functions are not documented either.

image

SethTisue commented 7 years ago

@pgrandjean sounds like https://github.com/scala/bug/issues/8124

dwijnand commented 4 years ago

Closing as this is a big ticket, with lots of finished work in it. If any of the remaining points are especially significant, let's fork it off into a separate issue.