EWSoftware / SHFB

Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
Other
2.19k stars 367 forks source link

Generic Math operators are not documented, treated as methods. #1034

Closed edgars-pivovarenoks closed 8 months ago

edgars-pivovarenoks commented 8 months ago
/// <summary>
/// TBD
/// </summary>
/// <param name="left">TBD</param>
/// <param name="right">TBD</param>
/// <returns>TBD</returns>
static bool IComparisonOperators<Foo, Foo, bool>.operator <=(Foo left, Foo right) => left.Bar <= right.Bar;

image