From 47a6ae6b79526c0182826c8bb15dd45dd4e34e11 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Thu, 23 Oct 2014 02:16:21 -0700 Subject: add -fincludes-quoted and -fline-refs into manual page --- asn1c/asn1c.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asn1c/asn1c.1') 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 quotes. +.TP 4 .BI "\-fknown-extern-type=" 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. -- cgit v1.2.3