From a2f9fa00d184d89619bfd61313387a943f9dd19e Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Fri, 26 Aug 2016 08:15:26 +0200 Subject: Fix xmllint errors in documentation --- lib/diameter/doc/src/diameter_codec.xml | 56 +++++++++++++++------------------ 1 file changed, 25 insertions(+), 31 deletions(-) (limited to 'lib/diameter/doc/src/diameter_codec.xml') diff --git a/lib/diameter/doc/src/diameter_codec.xml b/lib/diameter/doc/src/diameter_codec.xml index a0313e2877..91e96058dd 100644 --- a/lib/diameter/doc/src/diameter_codec.xml +++ b/lib/diameter/doc/src/diameter_codec.xml @@ -88,10 +88,9 @@ files resulting from dictionary file compilation.

- - -uint8()  = 0..255 -uint24() = 0..16777215 + +uint8()  = 0..255 +uint24() = 0..16777215 uint32() = 0..4294967295

@@ -99,9 +98,8 @@ files resulting from dictionary file compilation.

headers.

- - -avp() = #diameter_avp{} + +avp() = #diameter_avp{}

The application-neutral representation of an AVP. @@ -116,9 +114,9 @@ Fields have the following types.

-code = uint32() -is_mandatory = boolean() -need_encryption = boolean() +code = uint32() +is_mandatory = boolean() +need_encryption = boolean() vendor_id = uint32() | undefined

@@ -167,9 +165,8 @@ Possible types are undefined and the Diameter types: - - -dictionary() = module() + +dictionary() = module()

@@ -179,9 +176,8 @@ The interface provided by a dictionary module is an implementation detail that may change.

- - -header() = #diameter_header{} + +header() = #diameter_header{}

The record representation of the Diameter header. @@ -204,11 +200,11 @@ Fields have the following types.

-version = uint8() -length = uint24() -cmd_code = uint24() -application_id = uint32() -hop_by_hop_id = uint32() +version = uint8() +length = uint24() +cmd_code = uint24() +application_id = uint32() +hop_by_hop_id = uint32() end_to_end_id = uint32()

@@ -217,9 +213,9 @@ Hop-by-Hop Identifier and End-to-End Identifier fields of the Diameter header.

-is_request = boolean() -is_proxiable = boolean() -is_error = boolean() +is_request = boolean() +is_proxiable = boolean() +is_error = boolean() is_retransmitted = boolean()

@@ -232,9 +228,8 @@ header.

- - -message() = record() | list() + +message() = record() | list()

The representation of a Diameter message as passed to @@ -257,9 +252,8 @@ question: messages are sent exactly as specified.

- - -packet() = #diameter_packet{} + +packet() = #diameter_packet{}

A container for incoming and outgoing Diameter messages. @@ -296,7 +290,7 @@ corresponding values.

-A record-valued msg field does not imply an absence of +A record-valued msg field does not imply an absence of decode errors. The errors field should also be examined.

-- cgit v1.2.3