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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2012-08-10 16:37:25 +0400
committerMike Krüger <mkrueger@xamarin.com>2012-08-10 16:38:20 +0400
commite22ce236c5c1eaf016623fb9d527c9632d71a6d2 (patch)
treef0de740e8fc0a50a9ea24bc6f3e3635f02bfb42e /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting
parenteff0eccfab2e07fea7b6249081c62aa38d58fbde (diff)
[NRefactory] Updated NRefactory/Tracked API changes.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting/CodeFormatter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting/CodeFormatter.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting/CodeFormatter.cs
index 813dc2cd1c..76524fed16 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting/CodeFormatter.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeFormatting/CodeFormatter.cs
@@ -88,7 +88,7 @@ namespace MonoDevelop.Ide.CodeFormatting
/// A <see cref="ITypeResolveContext"/>
/// </param>
/// <param name="unit">
- /// A <see cref="IParsedFile"/>
+ /// A <see cref="IUnresolvedFile"/>
/// </param>
/// <param name="caretLocation">
/// A <see cref="TextLocation"/> that should be the end location to which the parsing should occur.