| Entity to doc | Command | Example(s) | Reference Manual |
| class | \class | SepDocClass | classCmd |
| define | \def | DEFINE | defCmd |
| enum | \enum | SepDocClass::ClassEnum | enumCmd |
| function | \fn | FreeFunction, NamespaceFunction(), ClassFunction() | fnCmd |
| makro(#define) | \def | MACRO | defCmd |
| namespace | \namespace | SepDocNamespace | namespaceCmd |
| typedef | \typedef | TypeDef | typedefCmd |
| union | \union | SepDocClass::ClassUnion | unionCmd |
| variable | \var | SepDocClass::m_iClassVariable | varCmd |