mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
11 lines
235 B
ReStructuredText
11 lines
235 B
ReStructuredText
.. c:member:: int member;
|
|
.. c:var:: int var;
|
|
.. c:function:: void f();
|
|
.. .. c:macro:: NO_SEMICOLON;
|
|
.. c:struct:: Struct;
|
|
.. c:union:: Union;
|
|
.. c:enum:: Enum;
|
|
.. c:enumerator:: Enumerator;
|
|
.. c:type:: Type;
|
|
.. c:type:: int TypeDef;
|