Commit fde3d974 authored by Lev Walkin's avatar Lev Walkin

formatting

parent 79a75f24
...@@ -58,14 +58,14 @@ standard output. The default behavior is that asn1c compiler creates ...@@ -58,14 +58,14 @@ standard output. The default behavior is that asn1c compiler creates
multiple .c and .h files for every ASN.1 type found inside the specified multiple .c and .h files for every ASN.1 type found inside the specified
ASN.1 modules. ASN.1 modules.
The compiler's *-E* and *-EF* options are used for testing the parser and The compiler's **-E** and **-EF** options are used for testing the parser and
the semantic fixer, respectively. These options will instruct the compiler the semantic fixer, respectively. These options will instruct the compiler
to dump out the parsed (and fixed) ASN.1 specification as it was to dump out the parsed (and fixed) ASN.1 specification as it was
"understood" by the compiler. It might be useful for checking "understood" by the compiler. It might be useful for checking
whether a particular syntactic construction is properly supported whether a particular syntactic construction is properly supported
by the compiler. by the compiler.
asn1c -EF <module-to-test.asn1> # Check semantic validity asn1c -EF <module-to-test.asn1> # Check semantic validity
# Model of operation # Model of operation
......
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