Something else
Something else#
This section exists to demonstrate multi-file documentation.
Another part of the documentation that talks about something else.
- 
struct MyType
- A custom type. - This is a longer description for a custom type. - Some extended information: - An inline example for MyType. - 1 MyType x; 2 x.foo(); - Warning - This is a warning. 
Warning
This is a warning block.
Error
This is an error block.
- 
struct OtherType
- Some more advanced Doxygen. - This description is using purely Doxygen formatting unlike MyType. - A Markdown list 
- Followed by a code sample 
 - See also - OtherType x;