mrdocs::addMetaObject
Add a $meta object with type information.
Description
Creates a $meta object containing:
-
type: The unqualified C++ class name (e.g., "FunctionSymbol").
-
bases: Array of base class names (e.g., ["Symbol", "SourceInfo"]).
Parameters
Name |
Description |
io |
The lazy object IO to map into. |
Created with MrDocs