Skip to content

New SUBTYPES exported key #154

@Datseris

Description

@Datseris

I am often finding myself in the situation where I dewsign an interface, and the algorithm-deciding arugments of the interface are all subtypes of a main abstract type. Like

abstarct type A end

struct Method1 <: A end
struct Method2 <: A end

In this case, I always cross-reference the subtypes of A in the docstring of A, as the same docstring describes the interface. It would be great to have a SUBTYPES key in the extensions here, so that it expands all subtypes of A into a Documetner [@ref] wrapp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions