blob: 4b6acf18405f9d7e1a30a0d4eaba04b261362a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
roles
=====
.. js:class:: TopLevel
.. js:function:: top_level
* :js:class:`TopLevel`
* :js:func:`top_level`
.. js:class:: NestedParentA
* Link to :js:func:`child_1`
.. js:function:: child_1()
* Link to :js:func:`NestedChildA.subchild_2`
* Link to :js:func:`child_2`
* Link to :any:`any_child`
.. js:function:: any_child()
* Link to :js:class:`NestedChildA`
.. js:class:: NestedChildA
.. js:function:: subchild_1()
* Link to :js:func:`subchild_2`
.. js:function:: subchild_2()
Link to :js:func:`NestedParentA.child_1`
.. js:function:: child_2()
Link to :js:func:`NestedChildA.subchild_1`
.. js:class:: NestedParentB
* Link to :js:func:`child_1`
.. js:function:: child_1()
* Link to :js:class:`NestedParentB`
* :js:class:`NestedParentA.NestedChildA`
|