-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Doxygen tag for requirement is incorrectly specifying The as requirement ID #5095
Copy link
Copy link
Open
Description
json/single_include/nlohmann/json.hpp
Line 13806 in 533228a
| @requirement The class satisfies the following concept requirements: |
json/single_include/nlohmann/json.hpp
Line 14565 in 533228a
| @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:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels