mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-09 18:30:56 +00:00
Descriptions can easily exceed line-length limits because they are often extracted from doc/comments strings, which may use unexpected formatting. Python doc strings, in particular, are likely to use newlines, which mustache does not preserve, causing descriptions to be condensed to a single line.