File tree 2 files changed +11
-11
lines changed
share/mrdocs/addons/generator/asciidoc/partials
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
{{ #with symbol.interface }}
13
13
{{> tranche tranche =public label =" " }}
14
- {{> tranche tranche =protected label =" Protected" }}
15
- {{> tranche tranche =private label =" Private" }}
14
+ {{> tranche tranche =protected label =" Protected" }}
15
+ {{> tranche tranche =private label =" Private" }}
16
16
{{ /with }}
17
17
18
18
{{ #if symbol.doc.description }}
Original file line number Diff line number Diff line change 1
1
{{ #if tranche.records }}
2
- =={{ label }} Types
2
+ == {{ label }} Types
3
3
{{> info-list tranche.records }}
4
4
{{ /if }}
5
5
{{ #if tranche.types }}
6
6
{{ #if label }}
7
- =={{ label }} Types
7
+ == {{ label }} Types
8
8
{{ else }}
9
- == Types
9
+ == Types
10
10
{{ /if }}
11
11
{{> info-list tranche.types }}
12
12
{{ /if }}
13
13
{{ #if tranche.functions }}
14
- =={{ label }} Member Functions
14
+ == {{ label }} Member Functions
15
15
{{> info-list tranche.functions }}
16
16
{{ /if }}
17
17
{{ #if tranche.enums }}
18
- =={{ label }} Enums
18
+ == {{ label }} Enums
19
19
{{> info-list tranche.enums }}
20
20
{{ /if }}
21
21
{{ #if tranche.fields }}
22
- =={{ label }} Data Members
22
+ == {{ label }} Data Members
23
23
{{> info-list tranche.fields }}
24
24
{{ /if }}
25
25
{{ #if tranche.staticfunctions }}
26
- =={{ label }} Static Member Functions
26
+ == {{ label }} Static Member Functions
27
27
{{> info-list tranche.staticfunctions }}
28
28
{{ /if }}
29
29
{{ #if tranche.staticdata }}
30
- =={{ label }} Static Data Members
30
+ == {{ label }} Static Data Members
31
31
{{> info-list tranche.staticdata }}
32
32
{{ /if }}
33
33
{{ #if tranche.friends }}
34
- =={{ label }} Friends
34
+ == {{ label }} Friends
35
35
{{> info-list tranche.friends }}
36
36
{{ /if }}
You can’t perform that action at this time.
0 commit comments