Skip to content

Commit de46a9f

Browse files
committed
Move PSI overview
1 parent cfce36e commit de46a9f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

rsd.tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
<toc-element toc-title="MSBuild Integration"/>
179179
<toc-element toc-title="Project Files"/>
180180
</toc-element>
181-
<toc-element toc-title="Part IV - PSI">
182-
<toc-element id="PSI.md" toc-title="Overview"/>
181+
<toc-element id="PSI_Overview.md" toc-title="Part IV - PSI">
183182
<toc-element toc-title="PSI Languages"/>
184183
<toc-element toc-title="Files and Modules"/>
185184
<toc-element id="SyntaxTrees.md"

topics/Intro/key_topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ReSharper Platform is very large, and very capable, and its size can initial
1414

1515
ReSharper's code model is called the PSI - the Program Structure Interface. The key topics here are:
1616

17-
* [Overview](PSI.md)
17+
* [Overview](PSI_Overview.md)
1818
* [Abstract syntax trees](SyntaxTrees.md) - files are parsed and abstract syntax trees are generated, as you type.
1919
* [Declared elements](DeclaredElements.md) - declared elements are the root interfaces for ReSharper's semantic view of the code.
2020
* [References](References.md) - a very powerful mechanism to allow abstract syntax trees to have an outgoing references to a declared element, that is, to link syntax nodes, such as type names, to the semantic item they refer to.
File renamed without changes.

0 commit comments

Comments
 (0)