language-server-protocol/_data/lsif-0-4-0-toc.yml
Josh Soref 9af23687c4
Spelling (#1654)
* spelling: commit

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: concepts

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: conceptually

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: constraints

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: contains

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: function

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: graphviz

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: javascript

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: omitted

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: represents

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: specced

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-02-01 11:13:45 +01:00

61 lines
No EOL
1.5 KiB
YAML

- title: Table of Contents
reveal: _general
children:
- title: General
anchor: _general
children:
- title: Introduction
anchor: lsifIntro
- title: Motivation
anchor: lsifMotivation
- title: Ranges
anchor: ranges
- title: Result Sets
anchor: resultSet
- title: Language Features
anchor: _languageFeatures
children:
- title: definition
anchor: definition
- title: declaration
anchor: declaration
- title: hover
anchor: hover
- title: references
anchor: references
- title: implementation
anchor: implementation
- title: typeDefinition
anchor: typeDefinition
- title: foldingRange
anchor: foldingRange
- title: documentLink
anchor: documentLink
- title: documentSymbol
anchor: documentSymbol
- title: diagnostic
anchor: diagnostic
- title: project
anchor: projectContext
- title: Embedding Contents
anchor: embeddingContents
- title: Advanced Concepts
anchor: _advancedConcepts
children:
- title: Events
anchor: events
- title: Exports and Imports
anchor: exportsImports
- title: Result Ranges
anchor: resultRanges
- title: Meta Data
anchor: metaData
- title: Emitting Constraints
anchor: emittingConstraints
- title: Additional Information
anchor: _additionalInformation
children:
- title: Tools
anchor: tools
- title: Open Questions
anchor: openQuestions