Open metacubed opened 6 years ago
Hi, I'm one of the original authors of springfox-javadoc. I just had to delete my company account because I no longer work for the company. This is my private account. This sounds like a good idea to me. I'd say go ahead and submit a pull request.
The Swagger 2.0 spec supports two fields on
@ApiOperation
: "summary" and "notes". In the current implementation, we set only the "notes" using the entire value of the comment.However, the Javadoc spec also supports a summary and a description. From the Javadoc tech notes:
Using this spec, we can provide both "summary" and "notes" for
@ApiOperation
. It can also be used on class docs to specify@Api
"tags".@dilipkrish, do you think this is a good approach? I can help with implementing this if you don't foresee any issues.