samchon / openapi

OpenAPI definitions, converters and LLM function calling application composer.
MIT License
34 stars 2 forks source link

Avoid comment escaping text. #42

Closed samchon closed 2 months ago

samchon commented 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.

This PR solves the problem by escaping such comment breaking text.