diff options
author | Anders Svensson <[email protected]> | 2013-03-27 18:08:51 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-03-27 18:08:51 +0100 |
commit | 8ee91691c3d53485f9a63d8194160a1af6dd22d6 (patch) | |
tree | 1860402cd6d90364dedef6e7280cf4bbee7b31fd /lib/diameter/doc/src/diameter_dict.xml | |
parent | ca333ac936081cf39137bb657383c4f06ad809d3 (diff) | |
parent | e00e939a07e811fcf8cf1daff491dc761805c611 (diff) | |
download | otp-8ee91691c3d53485f9a63d8194160a1af6dd22d6.tar.gz otp-8ee91691c3d53485f9a63d8194160a1af6dd22d6.tar.bz2 otp-8ee91691c3d53485f9a63d8194160a1af6dd22d6.zip |
Merge branch 'anders/diameter/examples_suite/OTP-10903' into maint
* anders/diameter/examples_suite/OTP-10903:
Compile example dictionaries against both RFC 3588 and 6733
Compile example dicts from the repo when running locally
Documentation fixes
Move example dict compilation to examples suite
Add examples suite for testing example code
Minor tweaks and fixes
Diffstat (limited to 'lib/diameter/doc/src/diameter_dict.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter_dict.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/diameter/doc/src/diameter_dict.xml b/lib/diameter/doc/src/diameter_dict.xml index 1034781ff2..419dc143af 100644 --- a/lib/diameter/doc/src/diameter_dict.xml +++ b/lib/diameter/doc/src/diameter_dict.xml @@ -263,15 +263,14 @@ dictionary's definitions but the former makes for easier reuse.</p> <p> All dictionaries should typically inherit &the_rfc; AVPs from -<c>diameter_gen_base_rfc3588</c>.</p> +<c>diameter_gen_base_rfc6733</c>.</p> <p> Example:</p> <pre> -@inherits diameter_gen_base_rfc3588 +@inherits diameter_gen_base_rfc6733 </pre> - </item> <marker id="avp_types"/> |