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.
1 parent d0b3734 commit 741460eCopy full SHA for 741460e
source/ada/lsp-ada_documentation.ads
@@ -38,7 +38,10 @@ package LSP.Ada_Documentation is
38
-- requests) for the given declaration.
39
--
40
-- @param Name Defining name's node.
41
- -- @param Origin AST node at the origin.
+ -- @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.
45
-- @param Style
46
-- Is used by GNATdoc for extracting the associated comments.
47
-- @param Qualifier_Text
0 commit comments