Display operator overloads in docs
Being tracked in https://github.com/statiqdev/Statiq.Web/issues/468
This is now implemented in Wyam and will go out with the next release. Let's leave this issue open until we verify it works for the Cake docs in production after the Wyam release.
@daveaglick nice!
@daveaglick I checked for ConvertableDirectoryPath which has for example an operator overload for +:
https://github.com/cake-build/cake/blob/develop/src/Cake.Common/IO/Paths/ConvertableDirectoryPath.cs#L89-L96
While operator overloads seem to appear in the API documentation, the summary from XML comment from source code doesn't seem to be used:
https://cakebuild.net/api/Cake.Common.IO.Paths/ConvertableDirectoryPath/#Operators