summarylogtreecommitdiffstats
path: root/gnatdoc.patch
blob: 8ef72512cae2a3173fb36b23c368cffd2148b0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 8a15e9d49248f2305091438d4dbfc395eb77bb7f Mon Sep 17 00:00:00 2001
From: Vadim Godunko <godunko@adacore.com>
Date: Wed, 21 Sep 2022 14:04:33 +0300
Subject: [PATCH] V721-007 Fix build with latest GNATdoc

---
 source/ada/lsp-lal_utils.adb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/ada/lsp-lal_utils.adb b/source/ada/lsp-lal_utils.adb
index 0991cd57..d65291cf 100644
--- b/source/ada/lsp-lal_utils.adb
+++ a/source/ada/lsp-lal_utils.adb
@@ -808,6 +808,7 @@
       Options : constant
         GNATdoc.Comments.Options.Extractor_Options :=
           (Style    => Style,
+           Pattern  => <>,
            Fallback => True);
       Decl_Lines         : VSS.String_Vectors.Virtual_String_Vector;
       Doc_Lines     : VSS.String_Vectors.Virtual_String_Vector;