]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: hacking.html.in: fix table of contents
authorJán Tomko <jtomko@redhat.com>
Tue, 11 Sep 2012 12:01:56 +0000 (14:01 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 11 Sep 2012 14:45:54 +0000 (16:45 +0200)
Two sections didn't have a working link in the TOC.

docs/hacking.html.in

index eb799532c2d54b2b30c3329ee1122d6726f0c61b..a97dc225f4deee75c15e95ca1fdae30db1c6016b 100644 (file)
   }
 </pre>
 
-    <h2><a href="types">Preprocessor</a></h2>
+    <h2><a name="preprocessor">Preprocessor</a></h2>
 
     <p>
       For variadic macros, stick with C99 syntax:
   #endif
 </pre>
 
-    <h2><a href="types">C types</a></h2>
+    <h2><a name="types">C types</a></h2>
 
     <p>
       Use the right type.