File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ package LSP.Ada_Documentation is
3737 -- Get all the information needed to produce tooltips (hover and completion
3838 -- requests) for the given declaration.
3939 --
40- -- @param Name Defining name's node.
40+ -- @param Name Defining name's node.
41+ -- @param Origin AST node at the origin.
4142 -- @param Style
4243 -- Is used by GNATdoc for extracting the associated comments.
4344 -- @param Qualifier_Text
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ package LSP.Ada_Job_Contexts is
161161 Position : LSP.Structures.TextDocumentPositionParams'Class;
162162 Name : out Libadalang.Analysis.Defining_Name;
163163 Origin : out Libadalang.Analysis.Ada_Node);
164+ -- Return the defining name (canonical part) of the entity and AST node at
165+ -- the given location. If an error happened then return No_Defining_Name.
164166
165167 function To_LSP_Location
166168 (Self : in out Ada_Job_Context;
You can’t perform that action at this time.
0 commit comments