SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

Warning for Annotation `property` when it is not being used #561

Open kdaulton-chwy opened 3 years ago

kdaulton-chwy commented 3 years ago

Version: tried 2.5.1 through 2.7.3

When running sassdoc, I get the following warning:

» [WARNING] Annotation `property` is not allowed on comment from type `mixin` in `_mixins.scss:73:74`.

I am not using the @property anywhere in my SCSS files in my codebase. The only place the word property is being used in for comment text.

Example:

/// @param {String} $family
///   Sets the name to be used for the `font-family` property.

I tried removing all instances of the word property from my comments and still getting the error.