From 900ee731cbeacaf8d9917d9d2dfded4ccd63d502 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 8 Apr 2010 12:13:04 +0200 Subject: Teach asn1ct verbose option Change asn1ct to print verbose information only when asked to. Signed-off-by: Tuncer Ayaz --- lib/asn1/doc/src/asn1ct.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index 8a0ae52c39..265f8735c2 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -53,7 +53,7 @@ Option = ber_bin | per_bin | uper_bin | der | compact_bit_string | noobj | {n2n,EnumTypeName} |{outdir,Dir} | {i,IncludeDir} | optimize | driver | asn1config | undec_rest | {inline,OutputName} | inline | - {macro_name_prefix, Prefix} | {record_name_prefix, Prefix} + {macro_name_prefix, Prefix} | {record_name_prefix, Prefix} | verbose OldOption = ber | per Reason = term() Prefix = string() @@ -284,6 +284,11 @@ Binary = binary() Prefix. This is useful when multiple protocols that contains records with identical names are included in a single module.

+ verbose + +

Causes more verbose information from the compiler + describing what it is doing.

+

Any additional option that is applied will be passed to the final step when the generated .erl file is compiled. -- cgit v1.2.3