I never know if we have to include the dollar sign in the `@param` annotation. For instance, I always wonder if this is okay: ``` scss /** * @param {*} value - Value */ ``` It is not because of the missing dollar sign. What do you think of making it optional?