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.

-

Defining the public API

+

Defining the public API

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.

-

Defining the internal API

+

Defining the internal API

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

+

Implementing the public API

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

+

Implementing the remote protocol

Implementing the remote protocol is essentially a @@ -187,7 +187,7 @@ understood by referring to the existing code.

-

Defining the wire protocol format

+

Defining the wire protocol format

Defining the wire protocol involves making additions to: @@ -226,7 +226,7 @@ src/remote/remote_protocol.h

-

Implement the RPC client

+

Implement the RPC client

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 @@

-

Description

+

Description

libvirt-dbus wraps libvirt API to provide a high-level object-oriented API better suited for dbus-based applications.

-

GIT source repository

+

GIT source repository

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 -

Usage

+

Usage

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

      {
 
@@ -214,7 +214,7 @@
   
     
     
-

Typedef

+

Typedef

     
       
@@ -236,7 +236,7 @@
   
     
     
-

Variable

+

Variable

     
       
@@ -258,7 +258,7 @@
   
     
     
-

Enum

+

Enum

     enum 
     
@@ -267,7 +267,7 @@
     
       
           
-      
+      
       
          = 
 	
@@ -295,7 +295,7 @@
   
     
     
-

Macro

+

Macro

     #define 
     
@@ -342,7 +342,7 @@
     
     
     
-

()

+

()

     
       
@@ -419,7 +419,7 @@
     
     
     
-

Function type

+

Function type

     
       
diff --git a/docs/genaclperms.pl b/docs/genaclperms.pl
index 34c526021c..e20b4c11c3 100755
--- a/docs/genaclperms.pl
+++ b/docs/genaclperms.pl
@@ -84,7 +84,7 @@ foreach my $object (sort { $a cmp $b } keys %perms) {
     my $class = $class{$object};
     my $olink = lc "object_" . $object;
     print <$class
+

$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 "

", $groupheaders{$grp}, "

\n"; + print "

", $groupheaders{$grp}, "

\n"; print < diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 4c7b241659..ca8c703d5c 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -258,7 +258,7 @@ - + @@ -281,7 +281,7 @@ - + @@ -320,7 +320,7 @@ - +
$perm$perm $description
=