diff 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
line wrap: on
line diff
--- a/doc/html/resources/template.html	Wed Feb 10 14:18:15 2016 +0100
+++ b/doc/html/resources/template.html	Thu Feb 11 22:02:57 2016 +0100
@@ -181,6 +181,16 @@
         <p>$returns$</p>
 $endif$ <!-- endif returns -->
 
+        <!-- Throws -->
+$if(throws)$
+        <h2>Throws</h2>
+        <ul>
+$for(throws)$
+          <li>$throws$</li>
+$endfor$
+        </ul>
+$endif$ <!-- endif throws -->
+
 $body$
         <!-- !Body -->
     </div><!-- !table-responsive -->