Mandatory function comment.
The highlighted comment below, is known as the "mandatory function comment". It appears after keyword
function (and it's options), but before
any "real" code.
If you don't have this comment, it's considered a parse error. The reasoning behind this "mandatory" comment, is to help enforce well documented code.
Comments in the body of the function, are optional.