From 7fb4bf84556c516da4c5c7203727e4b6a8bb7bda Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Fri, 26 Aug 2016 00:40:22 +0200 Subject: Remove documentation overkill "Defaults to X" isn't clarified by "if unspecified". --- lib/diameter/doc/src/diameter.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'lib/diameter/doc/src/diameter.xml') diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index d68a78ed6d..f9f3839094 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -159,8 +159,7 @@ Has one the following types.

Unique identifier for the application in the scope of the service. -Defaults to the value of the dictionary option if -unspecified.

+Defaults to the value of the dictionary option.

{dictionary, atom()} @@ -187,7 +186,7 @@ Initial callback state. The prevailing state is passed to some &man_app; callbacks, which can then return a new state. -Defaults to the value of the alias option if unspecified.

+Defaults to the value of the alias option.

{call_mutates_state, true|false} @@ -195,7 +194,7 @@ Defaults to the value of the alias option if unspecified.

Whether or not the &app_pick_peer; application callback can modify the application state. -Defaults to false if unspecified.

+Defaults to false.

@@ -228,7 +227,7 @@ question is as if a callback had taken place and returned {error, failure}.

-Defaults to discard if unspecified.

+Defaults to discard.

{request_errors, answer_3xxx|answer|callback} @@ -249,7 +248,7 @@ place and its return value determines the answer sent to the peer, if any.

-Defaults to answer_3xxx if unspecified.

+Defaults to answer_3xxx.

@@ -1328,7 +1327,7 @@ Defaults to the list configured on the service if not specified.

Term passed as the third argument to the &transport_start; function of the relevant &transport_module; in order to start a transport process. -Defaults to the empty list if unspecified.

+Defaults to the empty list.

The 3-tuple form additionally specifies an interval, in milliseconds, @@ -1354,7 +1353,7 @@ To listen on both SCTP and TCP, define one transport for each.

Module implementing a transport process as defined in &man_transport;. -Defaults to diameter_tcp if unspecified.

+Defaults to diameter_tcp.

Multiple transport_module and &transport_config; @@ -1412,7 +1411,7 @@ the callback.

An integer value must be at least 6000 as required by RFC 3539. -Defaults to 30000 if unspecified.

+Defaults to 30000.

-- cgit v1.2.3