Skip to content

Commit 49bf0c4

Browse files
committed
Merge branch 'topic/vadim/docs' into 'master'
Process declaration of abstract subprogram as callable. See merge request eng/ide/gnatdoc!196
2 parents 9512911 + 49f1f54 commit 49bf0c4

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)