Skip to content

Generating empty docstring when Doxygen keyword encountered #332

@jslee02

Description

@jslee02
/// Returns the sum of two integer values  --> OK!
int add(int a, int b);

/// @brief Returns the sum of two integer values  --> Empty docstring generated
int add(int a, int b);

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