Skip to content

Commit d985bc5

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents d681068 + 49bf0c4 commit d985bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/gnatdoc-comments-helpers.adb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ package body GNATdoc.Comments.Helpers is
468468
(Name : Libadalang.Analysis.Defining_Name'Class) return Boolean is
469469
begin
470470
case Name.P_Basic_Decl.Kind is
471-
when Ada_Entry_Decl
471+
when Ada_Abstract_Subp_Decl
472+
| Ada_Entry_Decl
472473
| Ada_Expr_Function
473474
| Ada_Null_Subp_Decl
474475
| Ada_Subp_Body

0 commit comments

Comments
 (0)