docs/index.html
authoralan <alan@desktop.akbkhome.com>
Sun, 18 Apr 2010 14:46:52 +0000 (22:46 +0800)
committeralan <alan@desktop.akbkhome.com>
Sun, 18 Apr 2010 14:46:52 +0000 (22:46 +0800)
docs/index.html

index aae2b1a..ff65f6d 100755 (executable)
     </div>
        </div>
 
+ <h2>GObject Libraries</h2>
   <for each="thisClass" in="data">
+    {!
+    if (!thisClass.objects.length) { continue; }
+    !}
+    <div>
+       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
+    </div>
  
+  </for>
+ <h2>Non - GObject Libraries</h2>
+  <for each="thisClass" in="data">
+    {!
+    if (thisClass.objects.length) { continue; }
+    !}
     <div>
-       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass)) +}</h2>
+       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
     </div>
  
   </for>
  
 </div>
  </body>
  </html>