SassDoc / sassdoc

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

[WARNING] Parser for annotation `flag` not found. Location: `linePoster.test.scss:5:8` #565

Open RajaRakoto opened 2 years ago

RajaRakoto commented 2 years ago

Hi, what can cause this message when I do sassdoc .

=> [WARNING] Parser for annotation flag not found. Location: linePoster.test.scss:5:8

wkillerud commented 2 years ago

This unit test suggests that sassdoc will raise an error if it sees annotations (like @parameter) that it does not recognize.

The list of supported annotations can be found here.

Guessing from the output of your warning, the error probably comes from having @flag in your documentation.