mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-19 08:00:54 +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.