I'm seeing @discussion in some sample codes. My question is, what's the benefit of using this keyword?
I suppose it will generate better documentation. I tried to search on Google and Stackoverflow, but got a lot of code samples instead of how to use this keyword. Thanks.
// Example
/*!
@method blabla method name
@discussion blabla discuss here
@param blabla describe the parameters
@result blabla results
*/