swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.24k stars 1.17k forks source link

adds support for pointer function scoped fields #1841

Closed KristofferFJ closed 2 weeks ago

KristofferFJ commented 3 weeks ago

Describe the PR In https://github.com/swaggo/swag/pull/1813 I introduced additional support to complex fields in function-scoped types. We have since then found a missing case: When a field is a pointer to a function-scoped type it does not get picked up properly.