What for are these "@word" in comments?
I've seen those in JavaScript and some other languages. Is there some standards with this or is it specially for something specific tool? Can someone open this more advanced commenting process if there is more things similar to this one. And secondly why this example starts with two asterisk mark?
Example:
/**
* Builds an absolute Path for a project, where
* the files should be stored
*
* @param projectDir String
* @param fileName String (optional)
* @return {String} absolute Path
*/