Testura/Testura.Code

Feature Request- ability to generate method parameters documentation along with summary

Closed this issue · 1 comments

Hello,
Is it possible to have an ability to generate method parameters documentation as xml comment?
like we generate a method summary.

.AddSummary(string comments)

This is now possible with 0.15.0 when you create a new parameter in the method builder:

new Parameter("MyParameter", typeof(string), xmlDocumentation: "Some documentation")