The generated C# API reference includes numerous entries for Dunet-generated methods (Match, MatchAsync, MatchXxx and more). However, the Dunet methods don't have any doc-comment and as a result the API reference for these methods is not very readable.
Should we:
keep these undocumented APIs, because knowing these methods are available even without doc is better than hiding them?
remove these methods from the API reference, and include remarks (in Result, Result.Success, Result.Failure) that direct to Dunet's github repo?
Some other solution, like improve Dunet to generate doc comments?
The generated C# API reference includes numerous entries for Dunet-generated methods (Match, MatchAsync, MatchXxx and more). However, the Dunet methods don't have any doc-comment and as a result the API reference for these methods is not very readable.
Should we:
Some other solution, like improve Dunet to generate doc comments?