Skip to content

Doxygen tag for requirement is incorrectly specifying The as requirement ID #5095

@krissrex

Description

@krissrex

@requirement The class satisfies the following concept requirements:

@requirement The class satisfies the following concept requirements:

When creating documentation with Doxygen and Autolinking, The becomes a requirement ID and every instance of The anywhere else becomes a link to the page.
The reason is that @requirement expects the first argument to be an ID for the requirement.

You could add an ID like REQ-JSON-01 and REQ-JSON-02 to fix this:

-@requirement The class satisfies the following concept requirements:
+@requirement REQ-JSON-01 The class satisfies the following concept requirements:

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