Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2012-08-03 22:04:26 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2012-08-03 22:04:26 +0400
commit16aa0c6c286a552a6fe86bb09b3dabbe2cae415d (patch)
tree962ebc37946c7c64838fb7d9e513ada7a54b5eaf /doc
parent4a6a43d0d156ae45c5ae5fe9e4d6d4da4a41970c (diff)
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
Diffstat (limited to 'doc')
-rw-r--r--doc/XML Documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/XML Documentation.html b/doc/XML Documentation.html
index c3cae8ba..889866ff 100644
--- a/doc/XML Documentation.html
+++ b/doc/XML Documentation.html
@@ -20,7 +20,7 @@
property is accessed.<br/>
For this purpose, the type system casts the parsed file to <code>IUnresolvedDocumentationProvider</code>
and tries to get the documentation.
- This way, the <code>CSharpParsedFile</code> can provide the documentation from the XML comments.<br/>
+ This way, the <code>CSharpUnresolvedFile</code> can provide the documentation from the XML comments.<br/>
If this fails, the type system casts the unresolved assembly/project content to <code>IDocumentationProvider</code>.
This is the way the request for documentation gets to the <code>CecilLoader</code>,
which in turn forwards it to the user-provided <code>IDocumentationProvider</code>.