Skip to content

Task: Prevent Line Breaks in Swagger Doc Generated Due to Line Breaks in Doc Comments #304

@zysim

Description

@zysim

Line breaks in doc comments are causing unnecessary line breaks to be generated in the Swagger doc. A generic example:

/// <summary>
///     A line break will happen
///     here.
/// </summary>

This generates:

"description": "A line break will happen\nhere.",

We should find a way to prevent this from happening.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogStuff to consider in the futuredocumentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions