Commit 3aed7ffb authored by Lev Walkin's avatar Lev Walkin

updated manual

parent 1ef79859
...@@ -17,10 +17,10 @@ and accompanying routines to perform data encoding and decoding. ...@@ -17,10 +17,10 @@ and accompanying routines to perform data encoding and decoding.
\-E \-E
\-F \-F
\-L \-L
\-N
\-P \-P
.RI "\-S " directory
\-R \-R
.RI "\-S " directory
.RI "\-t " data-string
.TP .TP
.B Language Options .B Language Options
.br .br
...@@ -29,6 +29,10 @@ and accompanying routines to perform data encoding and decoding. ...@@ -29,6 +29,10 @@ and accompanying routines to perform data encoding and decoding.
\-fno-c99 \-fno-c99
\-funnamed-unions \-funnamed-unions
.TP .TP
.B Output Options
.br
\-print-constraints
.TP
.B Warning Options .B Warning Options
.br .br
\-Werror \-Werror
...@@ -38,7 +42,7 @@ and accompanying routines to perform data encoding and decoding. ...@@ -38,7 +42,7 @@ and accompanying routines to perform data encoding and decoding.
.SH OVERALL OPTIONS .SH OVERALL OPTIONS
.TP .TP
.B \-E .B \-E
Stop after the parsing stage. The output is reconstructed ASN.1 Stop after the parsing stage. The output is a reconstructed ASN.1
specification code, which is sent to the standard output. specification code, which is sent to the standard output.
.TP .TP
.B \-F .B \-F
...@@ -53,21 +57,20 @@ Generate "-- #line" comments in ...@@ -53,21 +57,20 @@ Generate "-- #line" comments in
.B -E .B -E
output. output.
.TP .TP
.B \-N
Do not generate certain type of comments in
.B -E
output.
.TP
.B \-P .B \-P
Dump the compiled output to the standard output instead of creating the Dump the compiled output to the standard output instead of creating the
target language files on disk. target language files on disk.
.TP .TP
.B \-S directory
Use the specified directory with ASN.1 skeleton files.
.TP
.B \-R .B \-R
Restrict the compiler to generate only the ASN.1 tables, Restrict the compiler to generate only the ASN.1 tables,
omitting the usual support code. omitting the usual support code.
.TP
.B \-S directory
Use the specified directory with ASN.1 skeleton files.
.TP
.B \-t data-string
Interpret the data-string as a sequence of hexadecimal values representing
the start of BER TLV encoding. Print the human readable explanation.
.SH LANGUAGE OPTIONS .SH LANGUAGE OPTIONS
.TP .TP
.B \-ftypes88 .B \-ftypes88
...@@ -82,6 +85,11 @@ Disable use of certain C99 extensions, like designated initializers. ...@@ -82,6 +85,11 @@ Disable use of certain C99 extensions, like designated initializers.
.TP .TP
.B \-funnamed-unions .B \-funnamed-unions
Enable unnamed unions in structures definitions. Enable unnamed unions in structures definitions.
.SH OUTPUT OPTIONS
.TP
.B \-print-constraints
When -EF are also specified, this option forces the compiler to explain
its internal understanding of subtype constraints.
.SH WARNING OPTIONS .SH WARNING OPTIONS
.TP .TP
.B \-Werror .B \-Werror
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment