according to JSDoc manual, the example tag [http://usejsdoc.org/tags-example.html] should be available.
Am I missing somthing here:
/**
* @example
* // some sample comment
* aFunctionSampleCall({a:1, b:2, c:3, e:null}, {a:4, d:5}, {b:6, c:7});
*/
according to JSDoc manual, the example tag [http://usejsdoc.org/tags-example.html] should be available.
Am I missing somthing here: