diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-04 07:39:31 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-04 07:39:31 +0000 |
commit | 911656eb1ab537c3451895c91b839463a962e58e (patch) | |
tree | f1b25cb6fcc0e26d8f9746b88cee555a2b846a59 | |
parent | 2744a66b1c532f90bc1c7cfd32ea86d069ac6f81 (diff) |
add <p> into DBus tube documentation
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 4d17e313..08aeea85 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -35,20 +35,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <tp:enum name="Tube_Type"> <tp:enumvalue suffix="DBus" value="0"> - <tp:docstring> - An ordered reliable transport, for transporting D-Bus traffic. + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p>An ordered reliable transport, for transporting D-Bus + traffic.</p> - For each D-Bus tube, the connection manager listens on a D-Bus - server address, as detailed in the D-Bus specification. On this - address, it emulates a bus upon which each tube participant appears - as an endpoint. + <p>For each D-Bus tube, the connection manager listens on a D-Bus + server address, as detailed in the D-Bus specification. On this + address, it emulates a bus upon which each tube participant appears + as an endpoint.</p> - The objects and interfaces which are expected to exist on the - emulated bus depend on the well-known name; typically, either the - participant who initiated the tube is expected to export the same - objects/interfaces that would be exported by a service of that name - on a bus, or all participants are expected to export those - objects/interfaces. + <p>The objects and interfaces which are expected to exist on the + emulated bus depend on the well-known name; typically, either the + participant who initiated the tube is expected to export the same + objects/interfaces that would be exported by a service of that name + on a bus, or all participants are expected to export those + objects/interfaces.</p> </tp:docstring> </tp:enumvalue> |