Skip to content

Commit 741460e

Browse files
committed
fixup
1 parent d0b3734 commit 741460e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/ada/lsp-ada_documentation.ads

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ package LSP.Ada_Documentation is
3838
-- requests) for the given declaration.
3939
--
4040
-- @param Name Defining name's node.
41-
-- @param Origin AST node at the origin.
41+
-- @param Origin
42+
-- AST node at the origin of the request (location in the source code).
43+
-- It is used to determine most visible part of the declaration and
44+
-- to construct corresponding documentation.
4245
-- @param Style
4346
-- Is used by GNATdoc for extracting the associated comments.
4447
-- @param Qualifier_Text

0 commit comments

Comments
 (0)