aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-10-23 02:16:21 -0700
committerLev Walkin <vlm@lionet.info>2014-10-23 02:16:21 -0700
commit47a6ae6b79526c0182826c8bb15dd45dd4e34e11 (patch)
tree3ff3d00f546e2b36d21ee4d6b18f86dafed77baf /asn1c
parente687e75833fd403255d10accafb3fea7ba1fbb03 (diff)
add -fincludes-quoted and -fline-refs into manual page
Diffstat (limited to 'asn1c')
-rw-r--r--asn1c/asn1c.16
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1
index 8d837ea9..913bab20 100644
--- a/asn1c/asn1c.1
+++ b/asn1c/asn1c.1
@@ -74,11 +74,17 @@ Consider using this option together with
.B \-fno-include-deps
to prevent circular references.
.TP 4
+.B \-fincludes-quoted
+Generate #include lines in "double" instead of <angle> quotes.
+.TP 4
.BI "\-fknown-extern-type="<name>
Pretend the specified type is known.
The compiler will assume the target language source files
for the given type have been provided manually.
.TP 4
+.B \-fline-refs
+Include ASN.1 module's line numbers in generated code comments.
+.TP 4
.B \-fno-constraints
Do not generate ASN.1 subtype constraint checking code.
This may make a shorter executable.