set Nelmio ApiDoc return parameter description
问题 On the ApiDoc for our controller we have specified the output response object and now we see a list of all the parameters that get returned. How do we provide values for the version and/or description fields on this list? I have tried adding @ApiDoc(description="text") to the response object's parameters but that doesn't seem to be doing anything. Thanks in advance. 回答1: I stepped through the ApiDocBundle today and see that Description comes from the comment on the model property or method