mirror of https://gitee.com/openkylin/libvirt.git
docs: hacking.html.in: fix table of contents
Two sections didn't have a working link in the TOC.
This commit is contained in:
parent
819ea2084f
commit
24d7f3d534
|
@ -350,7 +350,7 @@
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2><a href="types">Preprocessor</a></h2>
|
<h2><a name="preprocessor">Preprocessor</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For variadic macros, stick with C99 syntax:
|
For variadic macros, stick with C99 syntax:
|
||||||
|
@ -368,7 +368,7 @@
|
||||||
#endif
|
#endif
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2><a href="types">C types</a></h2>
|
<h2><a name="types">C types</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Use the right type.
|
Use the right type.
|
||||||
|
|
Loading…
Reference in New Issue