Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Add support for inheritdoc tags
Fixes #2597.
This will recursively scan the XML documentation to gather the first property/attribute that contains the needed value. This change would work automatically without the user having to do anything extra.
This time, the code has been rebased and is ready to bring in. This related to PR #2687.