Skip to content

Commit 1361287

Browse files
committed
Whitespace update.
1 parent 67254fd commit 1361287

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

templates/dash/method.hbs

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -34,123 +34,123 @@ pre .hljs {
3434

3535
<body>
3636

37-
<div class="wrap">
37+
<div class="wrap">
3838

39-
<div class="method scope-{{#if isPrivate}}private{{else}}public{{/if}}">
39+
<div class="method scope-{{#if isPrivate}}private{{else}}public{{/if}}">
4040

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>
4747

48-
{{{markdown description}}}
48+
{{{markdown description}}}
4949

50-
{{{markdown body}}}
50+
{{{markdown body}}}
5151

52-
{{#if tags.param.length}}
52+
{{#if tags.param.length}}
5353

54-
<section class="parameters">
54+
<section class="parameters">
5555

56-
<h3>Parameters</h3>
56+
<h3>Parameters</h3>
5757

58-
{{#each tags.param}}
58+
{{#each tags.param}}
5959

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}}}
7171

72-
{{/each}}
72+
{{/each}}
7373

74-
</section>
74+
</section>
7575

76-
{{/if}}
76+
{{/if}}
7777

78-
{{#if tags.property.length}}
78+
{{#if tags.property.length}}
7979

80-
<section class="property">
80+
<section class="property">
8181

82-
<h3>Properties</h3>
82+
<h3>Properties</h3>
8383

84-
{{#each tags.property}}
84+
{{#each tags.property}}
8585

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>
9696

97-
{{{markdown description}}}
97+
{{{markdown description}}}
9898

99-
{{/each}}
99+
{{/each}}
100100

101-
</section>
102-
103-
{{/if}}
101+
</section>
104102

105-
{{#if tags.example.length}}
103+
{{/if}}
106104

107-
<section class="examples">
105+
{{#if tags.example.length}}
108106

109-
<h3>Examples</h3>
107+
<section class="examples">
110108

111-
{{#each tags.example}}
109+
<h3>Examples</h3>
112110

113-
<pre><code class="hljs javascript">{{{highlightBlock .}}}</code></pre>
111+
{{#each tags.example}}
114112

115-
{{/each}}
113+
<pre><code class="hljs javascript">{{{highlightBlock .}}}</code></pre>
116114

117-
</section>
115+
{{/each}}
118116

119-
{{/if}}
117+
</section>
120118

121-
<section class="returns">
119+
{{/if}}
122120

123-
<h3>Returns</h3>
121+
<section class="returns">
124122

125-
{{#if tags.return.length}}
123+
<h3>Returns</h3>
126124

127-
{{#each tags.return}}
125+
{{#if tags.return.length}}
128126

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}}
137128

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>
139137

140-
{{/each}}
138+
{{{markdown description}}}
141139

142-
{{else}}
140+
{{/each}}
143141

144-
<p><code>Void</code></p>
142+
{{else}}
145143

146-
{{/if}}
144+
<p><code>Void</code></p>
147145

148-
</section>
146+
{{/if}}
149147

150-
</div>
148+
</section>
151149

152150
</div>
153151

152+
</div>
153+
154154
<footer class="bs-footer">
155155

156156
<div class="container">

0 commit comments

Comments
 (0)