Add Javascript Compressor, and new XObject base util class (will replace Object.js)
[gnome.introspection-doc-generator] / docs / index.html
index aae2b1a..0a852cf 100755 (executable)
     </div>
        </div>
 
+ <h2>GObject Libraries</h2>
   <for each="thisClass" in="data">
+    {!
+    if (!thisClass.objects) { continue; }
+    !}
     <div>
-       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass)) +}</h2>
+       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
     </div>
+  </for>
  
+ <h2>Non - GObject Libraries</h2>
+  <for each="thisClass" in="data">
+    {!
+    if (thisClass.objects) { continue; }
+    !}
+    <div>
+       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
+    </div>
   </for>
  
 </div>
  </body>
  </html>