|
@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:
json/single_include/nlohmann/json.hpp
Line 13806 in 533228a
json/single_include/nlohmann/json.hpp
Line 14565 in 533228a
When creating documentation with Doxygen and Autolinking,
Thebecomes a requirement ID and every instance ofTheanywhere else becomes a link to the page.The reason is that
@requirementexpects the first argument to be an ID for the requirement.You could add an ID like
REQ-JSON-01andREQ-JSON-02to fix this: