Documentation in Delphi Swagger

Is there a way to add documentation to the Swagger output so I can explain the parameters?

use RODocumentation attribute:

[RODocumentation('docs')]

it can be applied to parameters, methods, services, enums, structs, etc