This commit is contained in:
darcyclarke 2013-03-18 00:57:30 -04:00
Родитель dd27e0cc86
Коммит 933f32198f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# DSS # DSS
**version 1.0.1** **version 1.0.1**
- **[Official Logo](http://f.cl.ly/items/1J353X3U172A1u3r2K3b/dss-logo.png)** - **[Official Logo](http://f.cl.ly/items/1J353X3U172A1u3r2K3b/dss-logo.png)**
- **[NPM Repository](https://npmjs.org/package/dss)** - **[NPM Package](https://npmjs.org/package/dss)**
**DSS**, Documented Style Sheets, is a comment styleguide and parser for CSS, LESS, STYLUS, SASS and SCSS code. **DSS**, Documented Style Sheets, is a comment styleguide and parser for CSS, LESS, STYLUS, SASS and SCSS code.
@ -92,7 +92,7 @@ dss.parse(lines, options, callback);
## Modifying Parsers ## Modifying Parsers
**DSS**, by default, includes 4 parsers for the name, description, states and markup of a comment block. You can add to or override these default parsers using the following: **DSS**, by default, includes 4 parsers for the **name**, **description**, **states** and **markup** of a comment block. You can add to or override these default parsers using the following:
```javascript ```javascript
// Matches @link // Matches @link