... | @@ -60,13 +60,13 @@ Tip: configure your editor to provide you with shortcuts to output agreed-upon c |
... | @@ -60,13 +60,13 @@ Tip: configure your editor to provide you with shortcuts to output agreed-upon c |
|
For Sass, double-slash comments should be used instead
|
|
For Sass, double-slash comments should be used instead
|
|
|
|
|
|
```scss
|
|
```scss
|
|
// ==========================================================================
|
|
// =============================================================================
|
|
// Section comment block
|
|
// Section comment block
|
|
// ==========================================================================
|
|
// =============================================================================
|
|
|
|
|
|
|
|
|
|
// Sub-section comment block
|
|
// Sub-section comment block
|
|
// ==========================================================================
|
|
// =============================================================================
|
|
|
|
|
|
|
|
|
|
// Short description using Doxygen-style comment format
|
|
// Short description using Doxygen-style comment format
|
... | | ... | |