test-domain-cpp¶
directives¶
-
class
Sphinx¶ The description of Sphinx class.
-
int
hello(char *name)¶ The description of hello function.
-
float
Sphinx::version¶ The description of Sphinx::version.
-
int
version¶ The description of version.
-
typedef std::vector<int>
List¶ The description of List type.
-
enum
MyEnum¶ An unscoped enum.
-
enum class
MyScopedEnum¶ A scoped enum.
-
protected enum struct
MyScopedVisibilityEnum: std::underlying_type<MySpecificEnum>::type¶ A scoped enum with non-default visibility, and with a specified underlying type.
-
void
paren_1(int, float)¶
-
void
paren_2(int, float)¶
-
void
paren_3(int, float)¶
-
void
paren_4(int, float)¶