This is an example documentation site generated by cppdoc
syntax highlighting example:
#include <iostream>
int main() {
std::cout << "hello, world!" << std::endl;
return 0;
}
Records
-
MyStruct
This is an example structure
-
OtherStruct
This is another example structure used to demonstrate cross-references
Functions
-
function
A function that does nothing