domaindrivendev / Swashbuckle.WebApi

Seamlessly adds a swagger to WebApi projects!
BSD 3-Clause "New" or "Revised" License
3.07k stars 678 forks source link

Opportunity to add one path for many xml docs #1052

Open adrinalinchic opened 7 years ago

adrinalinchic commented 7 years ago

I tried to find solution for my problem but didnt find it. Maybe somebody know, does we have any opportunity to set one path in "IncludeXmlComments" for many xml files from different assemblies?

domaindrivendev commented 7 years ago

IMO, this is very low on the list of priorities given you can add multiple XML files by simply calling the current method multiple times

ylhyh commented 6 years ago

facing the same issue in 5.6.0, I have to call IncludeXmlComments many times. it would be better to support a list