docs/class.html
[gnome.introspection-doc-generator] / docs / class.html
index 4d0f5e7..2ba96be 100644 (file)
        </tr>
 </if>
      <tr>
-            <td class="label">Note:</td>
-            <td class="hd-info"><b style="color:red">This documentation is generated from the HEAD of most 
-            libraries (and some experimental libs at times) - and may not be exactly the same as your
-            installed .gir files - you may want to download the generator and install on your machine 
-            to find out what you have.<b/></td>
+            <td class="label">GIR File:</td>
+            <td class="hd-info"><a href="{+data.gir_filename+}">{+data.gir_filename+}</a></td>
         </tr>
         <tr>
             <td class="label">C documentation:</td>
                </td></tr>    
        </if>
        
+<script type="text/javascript">    
+var display = '';
+function toggle() {
+    display  = display == 'none' ? '': 'none';
+    Array.prototype.slice.call(
+       document.getElementsByTagName('tr')
+    ).forEach(function(tr) {
+       tr.style.display = ''; 
+       if (tr.className.match(/notInherited/)) return;
+       if (!tr.className.match(/expandable/)) return;
+       tr.style.display = display; 
+    });
+}
+</script>    
+    
     </table>