diff options
author | Kenneth Lundin <[email protected]> | 2013-08-29 11:56:20 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2013-08-29 11:56:20 +0200 |
commit | fc13629197e7c3698ff0739b51d8219069444dec (patch) | |
tree | 2a86d1b3abb93df54a9c38db19a06a4cd36733a9 /lib/asn1/doc/src | |
parent | 7d658d12f2ff5d9fedd193b0eb4076871b602425 (diff) | |
download | otp-fc13629197e7c3698ff0739b51d8219069444dec.tar.gz otp-fc13629197e7c3698ff0739b51d8219069444dec.tar.bz2 otp-fc13629197e7c3698ff0739b51d8219069444dec.zip |
Corrections so that the documentation confirms to the DTD
Diffstat (limited to 'lib/asn1/doc/src')
-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 |