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

Scaladoc @groups broken for class-only packages #10079

Open
scabug opened this issue Nov 28, 2016 · 1 comment
Open

Scaladoc @groups broken for class-only packages #10079

scabug opened this issue Nov 28, 2016 · 1 comment

Comments

@scabug
Copy link

scabug commented Nov 28, 2016

I found this when experimenting more with #10078. I guess it is related but not the same.

When a package contains only classes, @group doesn't work.

/** @group foo */
class Bar()

/** @group bar */
class Baz()

class Other()

!only-classes.PNG|thumbnail!

If I add an object, the groups work:

/** @group foo */
class Bar()

/** @group bar */
class Baz()

class Other()

object NotClass

!classes-and-objects.PNG|thumbnail!

(I also noted that now the "only show superclasses on hover" effect is disabled. On purpose?)

@scabug
Copy link
Author

scabug commented Nov 28, 2016

Imported From: https://issues.scala-lang.org/browse/SI-10079?orig=1
Reporter: Tillmann Rendel (toxaris)
Affected Versions: 2.12.0
See #10078
Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant