A few minor documentation fixes. (#3599)
* A few minor documentation fixes. * Removed more invalid inheritdoc instances.
This commit is contained in:
parent
951700fdd8
commit
7defc59b9d
5 changed files with 6 additions and 20 deletions
|
@ -58,7 +58,6 @@ namespace ARMeilleure.CodeGen.Linking
|
|||
/// <param name="a">First instance</param>
|
||||
/// <param name="b">Second instance</param>
|
||||
/// <returns><see langword="true"/> if not equal; otherwise <see langword="false"/></returns>
|
||||
/// <inheritdoc/>
|
||||
public static bool operator !=(Symbol a, Symbol b)
|
||||
{
|
||||
return !(a == b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue