I just discovered through a thread that Ktor supports
@OpenAPITag
in route comments, so that the IntelliJ OpenAPI auto-generator picks it up. Is this the only supported attribute, or are there others? Is there any documentation available on this?
Copy code
/**
* Find an employee by ID.
* @OpenAPITag Employee
*/