Skip to content

Dottydoc doesn't support multiple @usecase sections #4752

Closed
@Duhemm

Description

@Duhemm

scaladoc allows several @usecase sections to exist in a doc comment:

  /**
   * @usecase def foo: String
   * @usecase def foo: Int
   */
  def foo(x: Int): Unit

It renders them as several different definitions in the docsite:

screen shot 2018-07-02 at 11 25 48

Currently, dottydoc will only show the first @usecase.

Dottydoc should do the same thing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions