christianhelle / httpgenerator

Generate .http files from OpenAPI (Swagger) specifications
MIT License
81 stars 6 forks source link

Multiline XML Comments are not represented ok #94

Closed blogcraft closed 5 months ago

blogcraft commented 5 months ago

Describe the bug I Have my API with some xml documentation: image

But while generating the .html file, some comments are not commented:

image

Generating a send request where it should not be any.

These XML documentation is a must have because it explains the endpoint in the docs. image

christianhelle commented 5 months ago

@blogcraft This should be trivial to fix. Thanks for reporting this. I haven't gotten around to hunting for edge cases as I mostly focused on my own needs for the tool