From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/asn1/doc/src/asn1ct.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index ccf07a9cc1..e86dbd9f5e 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -32,7 +32,7 @@ A asn1.sgml - asn1ct + asn1ct ASN.1 compiler and compile-time support functions

The ASN.1 compiler takes an ASN.1 module as input and generates a @@ -72,8 +72,8 @@ - compile(Asn1module) -> ok | {error, Reason} - compile(Asn1module, Options) -> ok | {error, Reason} + compile(Asn1module) -> ok | {error, Reason} + compile(Asn1module, Options) -> ok | {error, Reason} Compiles an ASN.1 module and generates encode/decode functions according to encoding rules BER or PER. Asn1module = atom() | string() @@ -336,7 +336,7 @@ File3.asn - value(Module, Type) -> {ok, Value} | {error, Reason} + value(Module, Type) -> {ok, Value} | {error, Reason} Creates an ASN.1 value for test purposes. Module = Type = atom() @@ -361,9 +361,9 @@ File3.asn - test(Module) -> ok | {error, Reason} - test(Module, Type | Options) -> ok | {error, Reason} - test(Module, Type, Value | Options) -> ok | {error, Reason} + test(Module) -> ok | {error, Reason} + test(Module, Type | Options) -> ok | {error, Reason} + test(Module, Type, Value | Options) -> ok | {error, Reason} Performs a test of encode and decode for types in an ASN.1 module. Module = Type = atom() -- cgit v1.2.3