Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Fixing xml-doc references #86

Merged
merged 1 commit into from Feb 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -35,7 +35,7 @@ public interface IResourceElementNode : IFileTreeNodeData, IResourceDataProvider
string Name { get; }

/// <summary>
/// Checks whether <see cref="UpdateData(ResourceElement)"/> can execute. Used by the
/// Checks whether <see cref="UpdateData"/> can execute. Used by the
/// assembly editor. Returns null or an empty string if the data can be updated, else an
/// error string that can be shown to the user.
/// </summary>
Expand All @@ -45,7 +45,7 @@ public interface IResourceElementNode : IFileTreeNodeData, IResourceDataProvider

/// <summary>
/// Updates the internal resource data. Must only be called if
/// <see cref="CheckCanUpdateData(ResourceElement)"/> returned true. Used by the assembly
/// <see cref="CheckCanUpdateData"/> returned true. Used by the assembly
/// editor.
/// </summary>
/// <param name="newResElem">New data</param>
Expand Down