We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd2c3a commit 51ea756Copy full SHA for 51ea756
lkql_checker/src/gnatcheck-projects.adb
@@ -224,6 +224,8 @@ package body Gnatcheck.Projects is
224
225
function Only_Ada_Mains
226
(Prj : GPR2.Project.View.Object) return Boolean;
227
+ -- Returns whether the provided ``Prj`` project view defines only Ada
228
+ -- mains.
229
230
procedure Store_Source (Unit : GPR2.Build.Compilation_Unit.Object);
231
-- Callback used to store sources
0 commit comments