Skip to content
Snippets Groups Projects
Commit fbc031a6 authored by Stefan Sperling's avatar Stefan Sperling
Browse files

Sync the compiler.1 man page with options shown in --help output


Some compiler options are already documented in --help output but
were missing from the man page: -J, -D, -e, and -N.

Signed-off-by: default avatarStefan Sperling <ssperling@sysmocom.de>
parent cc98bb55
No related branches found
No related tags found
2 merge requests!124Sync the compiler.1 man page with options shown in --help output,!125Sync the compiler.1 man page with options shown in --help output
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
compiler \- TTCN-3 and ASN.1 to C++ translator compiler \- TTCN-3 and ASN.1 to C++ translator
.SH SYNOPSIS .SH SYNOPSIS
.B compiler .B compiler
.RB "[\| " \-abcdEfgijlLMnpqrRsStuwxXyY " \|]" .RB "[\| " \-abcdDEefgijlLMnpqrRsStuwxXyY " \|]"
.RB "[\| " \-V .RB "[\| " \-V
.IR " verb_level" " \|]" .IR " verb_level" " \|]"
.RB "[\| " \-J
.IR " file" " \|]"
.RB "[\| " \-K .RB "[\| " \-K
.IR " file" " \|]" .IR " file" " \|]"
.RB "[\| " \-z .RB "[\| " \-z
...@@ -87,6 +89,12 @@ fields with DEFAULT values as ...@@ -87,6 +89,12 @@ fields with DEFAULT values as
.I omit .I omit
in TTCN-3. in TTCN-3.
.TP .TP
.B \-D
Disable generation of user and time information comments in the output C++ code.
.TP
.B \-e
Enforce legacy handling of encode and variant attributes.
.TP
.B \-E .B \-E
Instructs the variant attribute parser to display warnings instead of errors Instructs the variant attribute parser to display warnings instead of errors
for unrecognized/erroneous attributes. for unrecognized/erroneous attributes.
...@@ -111,6 +119,9 @@ will contain only the ...@@ -111,6 +119,9 @@ will contain only the
the column numbers will remain hidden. This option provides backward the column numbers will remain hidden. This option provides backward
compatibility with the error message format of earlier versions. compatibility with the error message format of earlier versions.
.TP .TP
.BI \-J " file"
Read a list of input files from the provided file.
.TP
.B \-j .B \-j
Disables JSON encoder/decoder functions. Disables JSON encoder/decoder functions.
.TP .TP
...@@ -167,6 +178,9 @@ operation and the ...@@ -167,6 +178,9 @@ operation and the
.B present .B present
template restriction accordingly. template restriction accordingly.
.TP .TP
.B \-N
Ignore UNTAGGED encoding instruction on top level unions (legacy behaviour).
.TP
.B \-n .B \-n
Activates the debugger and generates extra code for storing debug information. Activates the debugger and generates extra code for storing debug information.
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment