-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SASS files correctly parsed but the documentation is not generated #557
Comments
Hi @lperamo, looking at the error, you most likely have erroneous SassDoc annotations, or something we don't parse properly which apparently break the theme templates. There's probably something to straighten on our side as well, shouldn't crash like this. |
I already tried to change my documentation with no avail the other day but today I succeeded to generate the SASSDoc files so... |
Ok, I weirdly find very quickly this time my error.
Forgotting to put the braces around |
Leaving this one open, at least we should try to output an useful error message. |
As I said in the title and you can see it in the following report, the SASS files are correctly parsed but there is no documentation.
The folder
sassdoc
was created but it remains empty.Here is my SASS version, in case it is useful
1.27.0 compiled with dart2js 2.10.1
.Do not hesitate to ask for more information. My code is not open sourced yet.
The text was updated successfully, but these errors were encountered: