Skip to content

Clang-doc: markdown generator type naming #67549

Closed
@BotellaA

Description

@BotellaA

Is there a reason to output the Reference::Name instead of Reference::QualName?

writeLine(genItalic(Access + " " + I.ReturnType.Type.Name + " " + I.Name +
"(" + Stream.str() + ")"),

The generated doc is not clear without the template information.
For example, returning a tuple only displays "tuple" without its content types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang-docenhancementImproving things as opposed to bug fixing, e.g. new or missing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions