Skip to content

Commit 51ea756

Browse files
committed
minor: Add docstring for 'Only_Ada_Mains'
1 parent ecd2c3a commit 51ea756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lkql_checker/src/gnatcheck-projects.adb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ package body Gnatcheck.Projects is
224224

225225
function Only_Ada_Mains
226226
(Prj : GPR2.Project.View.Object) return Boolean;
227+
-- Returns whether the provided ``Prj`` project view defines only Ada
228+
-- mains.
227229

228230
procedure Store_Source (Unit : GPR2.Build.Compilation_Unit.Object);
229231
-- Callback used to store sources

0 commit comments

Comments
 (0)