Skip to content

How to document using parameters #10526

Closed
@nicolasstucki

Description

@nicolasstucki

Can we use @param to generate documentation for implicit parameters?
With somthig like the following:

/** ...
 *
 *  @param x: this is an explicit parameter
 *  @param ClassTag[X]: this is an implicit paramter
 */
def f[T](x: T)(using ClassTag[T]): Unit = ...
  • Does this generate the correct docs?
  • Do we need to worry about integration with other tools/IDEs?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions