aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flags.ads b/src/flags.ads
index 326733564..f2054b17c 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -152,6 +152,10 @@ package Flags is
-- If true, allow to use synopsys packages (std_logic_arith & co).
Flag_Synopsys : Boolean := False;
+ -- If true, comments are gathered during scan.
+ -- See package File_Comments.
+ Flag_Gather_Comments : Boolean := False;
+
-- If True, disp original source line and a caret indicating the column.
Flag_Caret_Diagnostics : Boolean := True;