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.
2 parents d681068 + 49bf0c4 commit d985bc5Copy full SHA for d985bc5
source/gnatdoc-comments-helpers.adb
@@ -468,7 +468,8 @@ package body GNATdoc.Comments.Helpers is
468
(Name : Libadalang.Analysis.Defining_Name'Class) return Boolean is
469
begin
470
case Name.P_Basic_Decl.Kind is
471
- when Ada_Entry_Decl
+ when Ada_Abstract_Subp_Decl
472
+ | Ada_Entry_Decl
473
| Ada_Expr_Function
474
| Ada_Null_Subp_Decl
475
| Ada_Subp_Body
0 commit comments