test-domain-cpp =============== directives ---------- .. cpp:class:: public Sphinx The description of Sphinx class. .. cpp:function:: int hello(char *name) The description of hello function. .. cpp:member:: float Sphinx::version The description of Sphinx::version. .. cpp:var:: int version The description of version. .. cpp:type:: std::vector List The description of List type. .. cpp:enum:: MyEnum An unscoped enum. .. cpp:enum-class:: MyScopedEnum A scoped enum. .. cpp:enum-struct:: protected MyScopedVisibilityEnum : std::underlying_type::type A scoped enum with non-default visibility, and with a specified underlying type.