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