Skip to content

Commit 04728fe

Browse files
committed
Merge branch 'topic/minorfixes' into 'master'
Minor fixes of the comments to be compatible with GNATdoc See merge request eng/ide/ada_language_server!1158
2 parents 9f37bf4 + 48b9936 commit 04728fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/ada/lsp-error_decorators.ads

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- Language Server Protocol --
33
-- --
4-
-- Copyright (C) 2018-2019, AdaCore --
4+
-- Copyright (C) 2018-2023, AdaCore --
55
-- --
66
-- This is free software; you can redistribute it and/or modify it under --
77
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -14,10 +14,11 @@
1414
-- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy --
1515
-- of the license. --
1616
------------------------------------------------------------------------------
17-
--
17+
1818
-- This package provides requests handler as a wrapper around another requests
1919
-- handler. The purpose of the wrapper is to handle in one place all leaks of
2020
-- Property_Error exception from Libadalang.
21+
2122
with GNATCOLL.Traces;
2223

2324
with LSP.Messages.Server_Requests;

0 commit comments

Comments
 (0)