diff options
author | Anders Svensson <[email protected]> | 2017-08-31 09:53:45 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-09-01 17:22:36 +0200 |
commit | 36a64980960077558dcfd0e181a65753856f331c (patch) | |
tree | ccdb00043e8e2d9507062be8ee1313372b60df60 /lib/diameter/doc | |
parent | 99db256e992591ab5cd03d77adcd4ad8d8a16a7e (diff) | |
download | otp-36a64980960077558dcfd0e181a65753856f331c.tar.gz otp-36a64980960077558dcfd0e181a65753856f331c.tar.bz2 otp-36a64980960077558dcfd0e181a65753856f331c.zip |
Rename decode_format false to none
Which reads better and makes it easier to distinguish this false from
others.
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index c31929c3f0..0169afb619 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -799,7 +799,7 @@ be matched by corresponding &capability; configuration, of <tag> <marker id="decode_format"/> -<c>{decode_format, record | list | map | false}</c></tag> +<c>{decode_format, record | list | map | none}</c></tag> <item> <p> The format of decoded messages and grouped AVPs in the <c>msg</c> field @@ -808,10 +808,10 @@ records respectively. If <c>record</c> then a record whose definition is generated from the dictionary file in question. If <c>list</c> or <c>map</c> then a <c>[Name | Avps]</c> pair where -<c>Avps</c> is either a list of AVP name/values pairs or a map keyed on +<c>Avps</c> is a list of AVP name/values pairs or a map keyed on AVP names respectively. -If <c>false</c> then the representation is as the atom-value message -name, or <c>undefined</c> for a Grouped AVP. +If <c>none</c> then the atom-value message name, or <c>undefined</c> +for a Grouped AVP. See also &codec_message;.</p> <p> |