SassDoc / sassdoc

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

Why only Sass files? #494

Closed Mihailoff closed 7 years ago

Mihailoff commented 7 years ago

Your project is so awesome so I wonder why limit only to SAAS files and not parse annotations that are pretty much standard in many languages?!

KittyGiraudel commented 7 years ago

While in theory the parser could parse any file containing annotations described in the expected shape (three slashes + annotation dictionary), SassDoc is more than a parser. It is a generation builder. Also, SassDoc involves an actual Sass micro-parser, with syntax specific to Sass. Making this generic would be close to impossible.