We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faddfe3 commit 38e5a97Copy full SHA for 38e5a97
DataExchange/CustomNodeConverter.cs
@@ -30,7 +30,7 @@ public interface ICustomNodeConverter
30
/// <returns>True if a node was created, otherwise false.</returns>
31
bool TryCreateNodeFromElement(XElement element, ClassNode parent, IEnumerable<ClassNode> classes, ILogger logger, out BaseNode node);
32
33
- /// <summary>Creates a xml element from the node. This method gets only called if <see cref="CanHandleNode(BaseNode node)"/> returned true.</summary>
+ /// <summary>Creates a xml element from the node. This method gets only called if <see cref="CanHandleNode(BaseNode)"/> returned true.</summary>
34
/// <param name="node">The node to create the xml element from.</param>
35
/// <param name="logger">The logger used to output messages.</param>
36
/// <returns>The xml element for the node.</returns>
0 commit comments