Skip to content

Commit

Permalink
docs(Merkle): use <inheritdoc/>
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Jan 16, 2017
1 parent da2945e commit 450e744
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/DagLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,13 @@ public DagLink(CodedInputStream stream)
Read(stream);
}

/// <summary>
/// A name associated with the linked node.
/// </summary>
/// <remarks>
/// IPFS considers a <b>null</b> name different from a <see cref="string.Empty"/>
/// name;
/// </remarks>
/// <inheritdoc />
public string Name { get; private set; }

/// <summary>
/// The <see cref="MultiHash"/> of the linked node.
/// </summary>
/// <inheritdoc />
public string Hash { get; private set; }

/// <summary>
/// The size in bytes of the linked node.
/// </summary>
/// <inheritdoc />
public long Size { get; private set; }

/// <summary>
Expand Down

0 comments on commit 450e744

Please sign in to comment.