Amazon Ad

Featured Post

Saturday, January 12, 2019

How to add comments in apidoc apiSuccessExample

There seems to be no built-in support for comments, however, '//' seems to work. For example:


* @apiSuccessExample Example data on success - Create volume
* [{
*       "_id": "V1", // This is a comment

No comments: