comparison doc/html/resources/template.html @ 13:070a1ece2af6

Docs: fix various errors in JavaScript API
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2016 22:02:57 +0100
parents 78a9c59de053
children 6b41b6461813
comparison
equal deleted inserted replaced
12:960e03040ddf 13:070a1ece2af6
179 $if(returns)$ 179 $if(returns)$
180 <h2>Returns</h2> 180 <h2>Returns</h2>
181 <p>$returns$</p> 181 <p>$returns$</p>
182 $endif$ <!-- endif returns --> 182 $endif$ <!-- endif returns -->
183 183
184 <!-- Throws -->
185 $if(throws)$
186 <h2>Throws</h2>
187 <ul>
188 $for(throws)$
189 <li>$throws$</li>
190 $endfor$
191 </ul>
192 $endif$ <!-- endif throws -->
193
184 $body$ 194 $body$
185 <!-- !Body --> 195 <!-- !Body -->
186 </div><!-- !table-responsive --> 196 </div><!-- !table-responsive -->
187 $endif$ <!-- endif js --> 197 $endif$ <!-- endif js -->
188 198