Skip to content

Doctool doesn't group items as specified by the documentation #14515

Closed
@anatoliykmetyuk

Description

@anatoliykmetyuk

Compiler version

3.1.1

Minimized code

object stuff:
  /** @group foo */ def foo = 10
  /** @group bar */ def bar = 20

In build.sbt:

Compile / doc / scalacOptions ++= List("-groups")

As specified at https://dotty.epfl.ch/docs/usage/scaladoc/docstrings.html#member-grouping-tags

Output

cleanshot_2022-02-18_at_16 31 12_2x

Expectation

I expect the elements to be grouped to foo and bar categories.

Workaround

Put the following in build.sbt:

Compile / doc / scalacOptions ++= List("-groups", "-comment-syntax", "wiki")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions