Added section elements for filling

This commit is contained in:
Dennis Eichhorn 2016-07-08 14:39:47 +02:00
parent 8af01bdc65
commit a78af833b7

View File

@ -90,10 +90,22 @@ Example:
The javascript documentation is based on JsDoc, therefore only valid JsDoc comments are valid for all js files. The javascript documentation is based on JsDoc, therefore only valid JsDoc comments are valid for all js files.
### File
### Class
#### Member
#### Function/Method
### Variable
## Scss ## Scss
The scss documentation is based on SassDoc, therefore only valid SassDoc comments are valid for all scss files. The scss documentation is based on SassDoc, therefore only valid SassDoc comments are valid for all scss files.
### File
``` ```
//// ////
// Documentation // Documentation
@ -103,4 +115,12 @@ The scss documentation is based on SassDoc, therefore only valid SassDoc comment
// @since 1.0.0 // @since 1.0.0
// @author Your Author 2 <your.second@email.com> // @author Your Author 2 <your.second@email.com>
//// ////
``` ```
### Class
#### Member
#### Function/Method
### Variable