Skip to content

Commit

Permalink
Add SymbolInformation.enclosing_symbol
Browse files Browse the repository at this point in the history
Towards #154

Previously, it was not possible to determine the enclosing symbol of a
local because the syntax for local symbols has no hierarchy (unlike
global symbols). This PR closes the gap by adding a field
`SymbolInformation.enclosing_symbol` to allow documenting the "parent"
or "owner" of a local symbol.
  • Loading branch information
olafurpg committed May 31, 2023
1 parent 566b45e commit a4ab11e
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 706 deletions.
Loading

0 comments on commit a4ab11e

Please sign in to comment.