diff --git a/docs/Comment.md b/docs/Comment.md index 0e4ee29..557dec7 100644 --- a/docs/Comment.md +++ b/docs/Comment.md @@ -11,7 +11,7 @@ If `true`, indicates that the type of comment is "inline," or a comment that beg ### `type` Type: `String` -Value: `'func'` +Value: `'comment'` ### `value` Type: `String`
diff --git a/docs/Exports.md b/docs/Exports.md index df90dbf..dd8a1f4 100644 --- a/docs/Exports.md +++ b/docs/Exports.md @@ -31,7 +31,7 @@ Default: `false` Set this option to enable parsing of interpolated values for languages such as SCSS. For example: `interpolation: { prefix: '@' }` will allow parsing of the interpolated value `@{batman}` which uses `@` as the "prefix". For SCSS one might use `interpolation: { prefix: '#' }`. -##### `interpolation` +##### `variables` Type: `Object`
Default: `{ prefixes: ['--'] }`