I noticed the @ symbols mentioned in many javascript files and couldn\'t figure out the significance of this character there. for example:
/** * Call
It's only for documentation purpose.
@param is here to indicate which param your function will take for exemple. There is few more, like @author, etc.