doxygenenum Directive Example¶
Working Example¶
This should work:
.. doxygenenum:: NodeType
:project: tinyxml
It produces this output:
Example with Namespace¶
This should work:
.. doxygenenum:: foo::ns::Letters
:project: namespace
It produces this output:
Failing Example¶
This intentionally fails:
.. doxygenenum:: made_up_enum
:project: restypedef
It produces the following warning message:
警告
doxygenenum: Cannot find enum “made_up_enum” in doxygen xml output