Skip to content

Allow docstrings in interface definition #16

Description

@SBuercklin

It'd be convenient to support something like the following syntax for documenting interfaces:

@required Foo begin
    "This is a docstring for bar(::Foo))"
    bar(::Foo)
end

There are ways of working around this, e.g. we can use @doc or just define docstrings as

"This is a docstring for bar(::Foo)"
bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions