summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-domain-cpp/roles.rst
blob: afd2ede338fa7b9b7148e1a46117ad9a82dfec5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
roles
-----

* :cpp:class:`Sphinx`
* :cpp:member:`Sphinx::version`
* :cpp:var:`version`
* :cpp:type:`List`
* :cpp:enum:`MyEnum`

* ref function without parens :cpp:func:`paren_1`
* ref function with parens :cpp:func:`paren_2()`
* ref function without parens, explicit title :cpp:func:`paren_3_title <paren_3>`
* ref function with parens, explicit title :cpp:func:`paren_4_title <paren_4()>`
* ref op call without parens :cpp:func:`paren_5::operator()`
* ref op call with parens :cpp:func:`paren_6::operator()()`
* ref op call without parens, explicit title :cpp:func:`paren_7_title <paren_7::operator()>`
* ref op call with parens, explicit title :cpp:func:`paren_8_title <paren_8::operator()()>`