summaryrefslogtreecommitdiff
path: root/gcc/ada/prj-pars.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/prj-pars.ads')
-rw-r--r--gcc/ada/prj-pars.ads9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/prj-pars.ads b/gcc/ada/prj-pars.ads
index be23e4bdc83..99800e39c24 100644
--- a/gcc/ada/prj-pars.ads
+++ b/gcc/ada/prj-pars.ads
@@ -24,24 +24,25 @@
-- --
------------------------------------------------------------------------------
--- Implements the parsing of project files.
+-- Implements the parsing of project files
with GNAT.OS_Lib; use GNAT.OS_Lib;
package Prj.Pars is
procedure Set_Verbosity (To : Verbosity);
- -- Set the verbosity when parsing the project files.
+ -- Set the verbosity when parsing the project files
procedure Parse
(Project : out Project_Id;
Project_File_Name : String;
- Packages_To_Check : String_List_Access := All_Packages;
- Process_Languages : Languages_Processed := Ada_Language);
+ Packages_To_Check : String_List_Access := All_Packages);
-- Parse a project files and all its imported project files.
+ --
-- If parsing is successful, Project_Id is the project ID
-- of the main project file; otherwise, Project_Id is set
-- to No_Project.
+ --
-- Packages_To_Check indicates the packages where any unknown attribute
-- produces an error. For other packages, an unknown attribute produces
-- a warning.