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_app.xml | 39 ++++++++++++++--------------------- 1 file changed, 15 insertions(+), 24 deletions(-) (limited to 'lib/diameter/doc/src/diameter_app.xml') diff --git a/lib/diameter/doc/src/diameter_app.xml b/lib/diameter/doc/src/diameter_app.xml index 973b6eb732..dfcd00975b 100644 --- a/lib/diameter/doc/src/diameter_app.xml +++ b/lib/diameter/doc/src/diameter_app.xml @@ -90,17 +90,14 @@ is called in response to an incoming Diameter request message.

- - -

-The arities given for the the callback functions here assume no extra -arguments. +The arities for the the callback functions here assume no extra arguments. All functions will also be passed any extra arguments configured with the callback module itself when calling &mod_start_service; and, for the call-specific callbacks, any extra arguments passed to &mod_call;.

-
+ + @@ -110,9 +107,8 @@ and, for the call-specific callbacks, any extra arguments passed to - - -capabilities() = #diameter_caps{} + +capabilities() = #diameter_caps{}

A record containing the identities of @@ -126,9 +122,8 @@ Optional or possibly multiple values are encoded as lists of values, mandatory values as the bare value.

- - -message() = &codec_message; + +message() = &codec_message;

The representation of a Diameter message as passed to @@ -136,9 +131,8 @@ The representation of a Diameter message as passed to - - -packet() = &codec_packet; + +packet() = &codec_packet;

A container for incoming and outgoing Diameter messages that's passed @@ -146,25 +140,22 @@ through encode/decode and transport. Fields should not be set in return values except as documented.

- - -peer_ref() = term() + +peer_ref() = term()

A term identifying a transport connection with a Diameter peer.

- - -peer() = {&peer_ref;, &capabilities;} + +peer() = {&peer_ref;, &capabilities;}

A tuple representing a Diameter peer connection.

- - -state() = term() + +state() = term()

The state maintained by the application callback functions -- cgit v1.2.3