diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
commit | 7b0552f2136cab272381b25685eec55fa5793ce4 (patch) | |
tree | 608fd1d41eaae4b8c12e83898548cfea58fe89d5 /lib/asn1 | |
parent | ac54f126d0a8aa4e7f5a7cf2e445d18e77443e30 (diff) | |
parent | fc13629197e7c3698ff0739b51d8219069444dec (diff) | |
download | otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.gz otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.bz2 otp-7b0552f2136cab272381b25685eec55fa5793ce4.zip |
Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint
* kenneth/doc_to_dtd/OTP-11193:
Corrections so that the documentation confirms to the DTD
Minor correction of xml structure to conform to the DTD
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/asn1ct.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index f04bac9fec..23d122f69a 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -356,11 +356,11 @@ File3.asn </pre> </item> </list> - <p>Schematically the following happens for each type in the module: + <p>Schematically the following happens for each type in the module:</p> <code type="none"> {ok, Value} = asn1ct:value(Module, Type), {ok, Bytes} = asn1ct:encode(Module, Type, Value), -{ok, Value} = asn1ct:decode(Module, Type, Bytes).</code></p> +{ok, Value} = asn1ct:decode(Module, Type, Bytes).</code> <p>The <c>test</c> functions utilizes the <c>*.asn1db</c> files for all included modules. If they are located in a different |