creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

Fix multiline description #10

Closed qpautrat closed 9 years ago

qpautrat commented 9 years ago

See following example

description: |
        Lorem ipsum.
        Lorem ipsum.
    /**
     * Lorem ipsum.
Lorem ipsum.

     *
     * ...
     */