I'm adding OpenAPI/Swagger to my Ktor app but unlike Spring Boot and
ASP.NET Core, it seems I need to edit the documentations file myself. I tried generating it with IntelliJ, but it wasn't accurate and it missed several routes and models.
Do you folks edit the OpenAPI docs manually? Or do you use any library for that?