From cc24589e7519eadd22da5d9121950351b0a73cc5 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 12 Feb 2013 12:53:59 -0500 Subject: [PATCH] api: Reword and clean lists for object description --- docs/api.html.in | 67 +++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 27 deletions(-) diff --git a/docs/api.html.in b/docs/api.html.in index 0f01aed86e..09fe4f05d5 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -37,43 +37,56 @@

The figure above shows the five main objects exported by the API:

-

Most object manipulated by the library can also be represented using +

Most objects manipulated by the library can also be represented using XML descriptions. This is used primarily to create those object, but is also helpful to modify or save their description back.

-

Domains, network and storage pools can be either active +

Domains, networks, and storage pools can be either active i.e. either running or available for immediate use, or defined in which case they are inactive but there is a permanent definition available in the system for them. Based on this - thay can be activated dynamically in order to be used.

-

Most kind of object can also be named in various ways:

+ they can be activated dynamically in order to be used.

+

Most objects can also be named in various ways:

Functions and naming -- GitLab