-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Hi there!
We use sassdoc for the ionic source code and had a question regarding some warnings.
When it tried to parse a file without any doc content, we get warnings like this:
» [WARNING] SassDoc could not find anything to document.
* Are you still using `/**` comments ? They're no more supported since 2.0.
See <http://sassdoc.com/upgrading/#c-style-comments>.
* Are you documenting actual Sass items (variables, functions, mixins, placeholders) ?
SassDoc doesn't support documenting CSS selectors.
See <http://sassdoc.com/frequently-asked-questions/#does-sassdoc-support-css-classes-and-ids->.
As not all of our sass files require documentation, we were wondering if it's possible to disable the warnings, as they tend to get pretty noisy.
I took a look at the docs and there doesn't seem to be an option for this, unless I missed it?
Metadata
Metadata
Assignees
Labels
No labels