Add links to gir files, and tidy up code
[gnome.introspection-doc-generator] / docs / index.html
index b411cc1..0accbb3 100755 (executable)
@@ -1,52 +1,52 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-  <title>Seed Documentation</title>
-  <link rel="stylesheet" type="text/css" href="default.css" />
-  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
-  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
- </head>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
+ <head> 
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
+  <title>Seed Documentation</title> 
+  <link rel="stylesheet" type="text/css" href="default.css" /> 
+  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link> 
+  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link> 
+ </head> 
  
- <body>
+ <body> 
      
-    <div id="page">
-
-        <div id="header">
-            <div id="header-wrap">
-                <h1>Un-official Seed Documentation</h1>
-            </div>
-        </div>
-        <div class="body-wrap">
+    <div id="page"> 
+        <div id="header"> 
+            <div id="header-wrap"> 
+                <h1>Un-official Seed Documentation</h1> 
+            </div> 
+        </div> 
+        <div class="body-wrap"> 
                 
-            <div class="ns-list">
-                <h2>GObject Libraries</h2>
-                <for each="thisClass" in="data">
+            <div class="ns-list"> 
+                <h2>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>
+                    <div> 
+                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2> 
+                    </div> 
+                </for> 
+            </div> 
             
-            <div class="ns-list">
+            <div class="ns-list"> 
      
-                <h2>Non - GObject Libraries</h2>
-                <for each="thisClass" in="data">
+                <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> 
+                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2> 
+                    </div> 
+                </for> 
             </div> 
      
-        </div>
-    </div>
-</body>
-</html>
-
-       
+        </div> 
+    </div> 
+</body> 
+</html> 
+       
\ No newline at end of file