@@ -34,123 +34,123 @@ pre .hljs {
34
34
35
35
<body >
36
36
37
- <div class =" wrap" >
37
+ <div class =" wrap" >
38
38
39
- <div class =" method scope-{{ #if isPrivate }} private{{ else }} public{{ /if }} " >
39
+ <div class =" method scope-{{ #if isPrivate }} private{{ else }} public{{ /if }} " >
40
40
41
- <h2 id =" {{ uid }} " >
42
- {{ name }}
43
- {{ #if isPrivate }}
44
- <small >private {{ type }} </small >
45
- {{ /if }}
46
- </h2 >
41
+ <h2 id =" {{ uid }} " >
42
+ {{ name }}
43
+ {{ #if isPrivate }}
44
+ <small >private {{ type }} </small >
45
+ {{ /if }}
46
+ </h2 >
47
47
48
- {{{ markdown description }}}
48
+ {{{ markdown description }}}
49
49
50
- {{{ markdown body }}}
50
+ {{{ markdown body }}}
51
51
52
- {{ #if tags.param.length }}
52
+ {{ #if tags.param.length }}
53
53
54
- <section class =" parameters" >
54
+ <section class =" parameters" >
55
55
56
- <h3 >Parameters</h3 >
56
+ <h3 >Parameters</h3 >
57
57
58
- {{ #each tags.param }}
58
+ {{ #each tags.param }}
59
59
60
- <a name =" //apple_ref/cpp/Parameter/{{ name }} " class =" dashAnchor" ></a >
61
- <p >
62
- <b >{{ name }} </b >
63
- {{ #each types }}
64
- <code >{{ . }} </code >
65
- {{ /each }}
66
- {{ #if isOptional }}
67
- <span class =" label label-default" >Optional</span >
68
- {{ /if }}
69
- </p >
70
- {{{ markdown description }}}
60
+ <a name =" //apple_ref/cpp/Parameter/{{ name }} " class =" dashAnchor" ></a >
61
+ <p >
62
+ <b >{{ name }} </b >
63
+ {{ #each types }}
64
+ <code >{{ . }} </code >
65
+ {{ /each }}
66
+ {{ #if isOptional }}
67
+ <span class =" label label-default" >Optional</span >
68
+ {{ /if }}
69
+ </p >
70
+ {{{ markdown description }}}
71
71
72
- {{ /each }}
72
+ {{ /each }}
73
73
74
- </section >
74
+ </section >
75
75
76
- {{ /if }}
76
+ {{ /if }}
77
77
78
- {{ #if tags.property.length }}
78
+ {{ #if tags.property.length }}
79
79
80
- <section class =" property" >
80
+ <section class =" property" >
81
81
82
- <h3 >Properties</h3 >
82
+ <h3 >Properties</h3 >
83
83
84
- {{ #each tags.property }}
84
+ {{ #each tags.property }}
85
85
86
- <a name =" //apple_ref/cpp/Property/{{ name }} " class =" dashAnchor" ></a >
87
- <p >
88
- <b >{{ name }} </b >
89
- {{ #each types }}
90
- <code >{{ . }} </code >
91
- {{ /each }}
92
- {{ #if isOptional }}
93
- <span class =" label label-default" >Optional</span >
94
- {{ /if }}
95
- </p >
86
+ <a name =" //apple_ref/cpp/Property/{{ name }} " class =" dashAnchor" ></a >
87
+ <p >
88
+ <b >{{ name }} </b >
89
+ {{ #each types }}
90
+ <code >{{ . }} </code >
91
+ {{ /each }}
92
+ {{ #if isOptional }}
93
+ <span class =" label label-default" >Optional</span >
94
+ {{ /if }}
95
+ </p >
96
96
97
- {{{ markdown description }}}
97
+ {{{ markdown description }}}
98
98
99
- {{ /each }}
99
+ {{ /each }}
100
100
101
- </section >
102
-
103
- {{ /if }}
101
+ </section >
104
102
105
- {{ #if tags.example.length }}
103
+ {{ /if }}
106
104
107
- < section class = " examples " >
105
+ {{ #if tags.example.length }}
108
106
109
- < h3 >Examples</ h3 >
107
+ < section class = " examples " >
110
108
111
- {{ #each tags.example }}
109
+ < h3 >Examples</ h3 >
112
110
113
- < pre >< code class = " hljs javascript " > {{{ highlightBlock . }}} </ code ></ pre >
111
+ {{ #each tags.example }}
114
112
115
- {{ /each }}
113
+ < pre >< code class = " hljs javascript " > {{{ highlightBlock . }}} </ code ></ pre >
116
114
117
- </ section >
115
+ {{ /each }}
118
116
119
- {{ /if }}
117
+ </ section >
120
118
121
- < section class = " returns " >
119
+ {{ /if }}
122
120
123
- < h3 >Returns</ h3 >
121
+ < section class = " returns " >
124
122
125
- {{ #if tags.return.length }}
123
+ < h3 >Returns</ h3 >
126
124
127
- {{ #each tags.return }}
125
+ {{ #if tags.return.length }}
128
126
129
- <p >
130
- {{ #each types }}
131
- <code >{{ . }} </code >
132
- {{ /each }}
133
- {{ #if isOptional }}
134
- <span class =" label label-default" >Optional</span >
135
- {{ /if }}
136
- </p >
127
+ {{ #each tags.return }}
137
128
138
- {{{ markdown description }}}
129
+ <p >
130
+ {{ #each types }}
131
+ <code >{{ . }} </code >
132
+ {{ /each }}
133
+ {{ #if isOptional }}
134
+ <span class =" label label-default" >Optional</span >
135
+ {{ /if }}
136
+ </p >
139
137
140
- {{ /each }}
138
+ {{{ markdown description } }}
141
139
142
- {{ else }}
140
+ {{ /each }}
143
141
144
- < p >< code >Void</ code ></ p >
142
+ {{ else }}
145
143
146
- {{ /if }}
144
+ < p >< code >Void</ code ></ p >
147
145
148
- </ section >
146
+ {{ /if }}
149
147
150
- </div >
148
+ </section >
151
149
152
150
</div >
153
151
152
+ </div >
153
+
154
154
<footer class =" bs-footer" >
155
155
156
156
<div class =" container" >
0 commit comments