Skip to content

docstrings for inner constructors are ignored #16730

@stevengj

Description

@stevengj
julia> type Foo
       """some docs"""
       Foo() = new()
       end

help?> Foo
search: Foo floor pointer_from_objref OverflowError RoundFromZero FileMonitor

  No documentation found.

  Summary:

  type Foo <: Any

cc @MichaelHatherly

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsystemThe documentation building systemduplicateIndicates similar issues or pull requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions