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 30, 2023
1 parent 1346f26 commit e39f288
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 706 deletions.
Loading

0 comments on commit e39f288

Please sign in to comment.