On IRC @jsit asked whether SassDoc supports files exclusions patterns.
I kinda like the idea, and we could push things even further with supporting glob expressions ?
Since some major refactor will be engaged in file.js anyway. See #217 + upcoming issue.
But somehow it's raising some questions:
If you don't want files or items to show up in your docs, just don't document them...
Or use standard inline comments //.
One could also use a poster comment per file with an @private.
Does it makes sense ?
How would we implement this ?