zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

option to yield generated doc comment even if the programmer has defined document for a property. #157

Closed zijianhuang closed 2 months ago

zijianhuang commented 2 months ago

Currently generated doc comment is provided only when the property has no programmer defined doc comment, since the programmer may document the constraints of the validation attributes explicitly.

Provide an option may please both groups of programmers.

For TS codes only, since .NET codes have the validation attributes copied over anyway.

zijianhuang commented 2 months ago

just generate anyway.