I want to write jsDoc to give me the result like this
I need my function show the result like this:
This is the codes that I've tried :
/** * @param {function()} callback */ function test(callback){ }
But Result is this :
Please help me