doxygenconcept Directive Example¶
Working Example¶
This should work:
.. doxygenconcept:: Hashable
:project: cpp_concept
It produces this output:
Warning
doxygenconcept: Cannot find concept “Hashable” in doxygen xml output for project “cpp_concept” from directory: ../../examples/specific/cpp_concept/xml/
Failing Example¶
This intentionally fails:
.. doxygenconcept:: MadeUpConcept
:project: cpp_concept
It produces the following warning message:
Warning
doxygenconcept: Cannot find concept “MadeUpConcept” in doxygen xml output