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 @@
compiler \- TTCN-3 and ASN.1 to C++ translator
.SH SYNOPSIS
.B compiler
.RB "[\| " \-abcdEfgijlLMnpqrRsStuwxXyY " \|]"
.RB "[\| " \-abcdDEefgijlLMnpqrRsStuwxXyY " \|]"
.RB "[\| " \-V
.IR " verb_level" " \|]"
.RB "[\| " \-J
.IR " file" " \|]"
.RB "[\| " \-K
.IR " file" " \|]"
.RB "[\| " \-z
......@@ -87,6 +89,12 @@ fields with DEFAULT values as
.I omit
in TTCN-3.
.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
Instructs the variant attribute parser to display warnings instead of errors
for unrecognized/erroneous attributes.
......@@ -111,6 +119,9 @@ will contain only the
the column numbers will remain hidden. This option provides backward
compatibility with the error message format of earlier versions.
.TP
.BI \-J " file"
Read a list of input files from the provided file.
.TP
.B \-j
Disables JSON encoder/decoder functions.
.TP
......@@ -167,6 +178,9 @@ operation and the
.B present
template restriction accordingly.
.TP
.B \-N
Ignore UNTAGGED encoding instruction on top level unions (legacy behaviour).
.TP
.B \-n
Activates the debugger and generates extra code for storing debug information.
.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