Closed samchon closed 2 months ago
When composing IMigrateRoute.comment property, if target OpenApi.IOperation.description has comment escaping text like "*/", it may break the OpenAPI generator libraries.
IMigrateRoute.comment
OpenApi.IOperation.description
"*/"
This PR solves the problem by escaping such comment breaking text.
When composing
IMigrateRoute.comment
property, if targetOpenApi.IOperation.description
has comment escaping text like"*/"
, it may break the OpenAPI generator libraries.This PR solves the problem by escaping such comment breaking text.