sassdoc icon indicating copy to clipboard operation
sassdoc copied to clipboard

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

Open RajaRakoto opened this issue 3 years ago • 1 comments
trafficstars

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

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

RajaRakoto avatar Apr 13 '22 10:04 RajaRakoto

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.

wkillerud avatar Apr 13 '22 12:04 wkillerud