mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-02 14:18:39 +00:00
Added section elements for filling
This commit is contained in:
parent
8af01bdc65
commit
a78af833b7
|
|
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user