diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 604c397c84..79e7913c1a 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -89,7 +89,7 @@ separately.
-The first task is to define the public API. If the new API involves an XML extension, you have to enhance the RelaxNG @@ -119,7 +119,7 @@ rework it as you go through the process of implementing it.
-
Each public API call is associated with a driver, such as a host
@@ -146,7 +146,7 @@
provide a NULL
stub for the new function.
Implementing the public API is largely a formality in which we wire up @@ -179,7 +179,7 @@
src/libvirt-$MODULE.c
Implementing the remote protocol is essentially a @@ -187,7 +187,7 @@ understood by referring to the existing code.
-Defining the wire protocol involves making additions to: @@ -226,7 +226,7 @@ src/remote/remote_protocol.h
-Implementing the RPC client uses the rpcgen generated .h files. diff --git a/docs/dbus.html.in b/docs/dbus.html.in index 6ff71d2770..4dfe4ca427 100644 --- a/docs/dbus.html.in +++ b/docs/dbus.html.in @@ -6,14 +6,14 @@
libvirt-dbus wraps libvirt API to provide a high-level object-oriented API better suited for dbus-based applications.
-The D-Bus bindings source code is maintained in a git repository available on @@ -32,7 +32,7 @@ git clone https://libvirt.org/git/libvirt-dbus.git https://libvirt.org/git/?p=libvirt-dbus.git -
libvirt-dbus exports libvirt API using D-Bus objects with methods and
diff --git a/docs/devhelp/html.xsl b/docs/devhelp/html.xsl
index 9cdc049150..587cbfc1a9 100644
--- a/docs/devhelp/html.xsl
+++ b/docs/devhelp/html.xsl
@@ -173,7 +173,7 @@
Structure
+ Structure
Typedef
+ Typedef
Variable
+ Variable
Enum
+ Enum
Macro
+ Macro
+
Function type
+ Function type
$class
@@ -106,7 +106,7 @@ EOF
print <
EOF
diff --git a/docs/hvsupport.pl b/docs/hvsupport.pl
index 4f4d86fbf1..494b8a27ec 100755
--- a/docs/hvsupport.pl
+++ b/docs/hvsupport.pl
@@ -364,7 +364,7 @@ when it was removed is also mentioned (highlighted in
EOF
foreach my $grp (sort { $a cmp $b } keys %groups) {
- print "$perm
+ $perm
$description
", $groupheaders{$grp}, "
\n";
+ print "", $groupheaders{$grp}, "
\n";
print <
-
+