This is the docstring for this file. It should appear at the top of the generated documentation
This test file contains the basics of the document generator.
Documentation for the API flag.
Macro with no declaration emitted
Here is a regular enum with everything implicit.
This is a C++ enum class with an explicit type and explicit values. It also has an explicit title for the docstring.
This enum should have the declaration omitted because of the annotation.
This is a structure that defines some values. The values appear inside the structure.
The first value has no docstring, the second one does.
Some end-of-line documentation.
Some documentation for the b
member of the SimpleTestStructure
.
This tests the C-style thing of defining an unnamed struct and a typedef for it at the same time.