Skip to content

Functions using auto have no javadoc #868

@alandefreitas

Description

@alandefreitas

If we have a function such as

/** Auto function

    Documentation for a function with an `auto` parameter.

    @param a The first parameter of g
 */
void
g(auto a);

The ASTVisitor cannot find the javadoc. D->getASTContext().getRawCommentForDeclNoCache(D) returns nullptr.

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