aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/doc/src
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-04-08 12:13:04 +0200
committerTuncer Ayaz <[email protected]>2010-04-08 12:13:04 +0200
commit900ee731cbeacaf8d9917d9d2dfded4ccd63d502 (patch)
tree64bc8b5da7f391926e6ddc9c9fadcea737584e77 /lib/asn1/doc/src
parent6fd69d6ca5cea3aae4afce7544ba6b729221885c (diff)
downloadotp-900ee731cbeacaf8d9917d9d2dfded4ccd63d502.tar.gz
otp-900ee731cbeacaf8d9917d9d2dfded4ccd63d502.tar.bz2
otp-900ee731cbeacaf8d9917d9d2dfded4ccd63d502.zip
Teach asn1ct verbose option
Change asn1ct to print verbose information only when asked to. Signed-off-by: Tuncer Ayaz <[email protected]>
Diffstat (limited to 'lib/asn1/doc/src')
-rw-r--r--lib/asn1/doc/src/asn1ct.xml7
1 files changed, 6 insertions, 1 deletions
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 @@
<v>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}</v>
+ {macro_name_prefix, Prefix} | {record_name_prefix, Prefix} | verbose</v>
<v>OldOption = ber | per</v>
<v>Reason = term()</v>
<v>Prefix = string()</v>
@@ -284,6 +284,11 @@ Binary = binary()
<c>Prefix</c>. This is useful when multiple protocols that contains
records with identical names are included in a single module.</p>
</item>
+ <tag><c>verbose</c></tag>
+ <item>
+ <p>Causes more verbose information from the compiler
+ describing what it is doing.</p>
+ </item>
</taglist>
<p>Any additional option that is applied will be passed to
the final step when the generated .erl file is compiled.