MRDOCS_KIND_ENTRY
Append one kind to a MRDOCS_DESCRIBE_KINDS‐style list.
Synopsis
Declared in <mrdocs/Support/DescribeKinds.hpp>
#define MRDOCS_KIND_ENTRY(C, D)
Description
Used internally by MRDOCS_DESCRIBE_KINDS and exposed so that the BEGIN/END variant can drive the list from an .inc file.
Parameters
Name |
Description |
C |
The polymorphic base class. |
D |
A concrete derived class of |
Created with MrDocs