aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-11 18:56:09 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-11 18:56:09 +0100
commit5d156e9e414d6dc4b94928c4d9786ffd7a55dce9 (patch)
tree8dfc271d48f9e023ec93f701ed6351004511bf5a /src/vhdl/vhdl-formatters.ads
parent45d43e9296d8f7bd15a9e975a311f3c91a53513e (diff)
downloadghdl-5d156e9e414d6dc4b94928c4d9786ffd7a55dce9.tar.gz
ghdl-5d156e9e414d6dc4b94928c4d9786ffd7a55dce9.tar.bz2
ghdl-5d156e9e414d6dc4b94928c4d9786ffd7a55dce9.zip
vhdl-formatters: add realignment
Diffstat (limited to 'src/vhdl/vhdl-formatters.ads')
-rw-r--r--src/vhdl/vhdl-formatters.ads5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-formatters.ads b/src/vhdl/vhdl-formatters.ads
index 86c7c60e3..414fac73e 100644
--- a/src/vhdl/vhdl-formatters.ads
+++ b/src/vhdl/vhdl-formatters.ads
@@ -35,12 +35,9 @@ package Vhdl.Formatters is
);
-- Format/pretty print the file F.
- -- If FLAG_REINDENT is true, lines are reindented. Otherwise the output is
- -- the same as the input except keywords are converted to lower case.
- -- If FLAG_RESPACE is true (which implies FLAG_REINDENT), spaces between
- -- tokens are adjusted.
procedure Format (F : Iir_Design_File;
Level : Format_Level;
+ Flag_Realign : Boolean;
First_Line : Positive := 1;
Last_Line : Positive := Positive'Last);