mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +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.
|
||||
|
||||
### File
|
||||
|
||||
### Class
|
||||
|
||||
#### Member
|
||||
|
||||
#### Function/Method
|
||||
|
||||
### Variable
|
||||
|
||||
## Scss
|
||||
|
||||
The scss documentation is based on SassDoc, therefore only valid SassDoc comments are valid for all scss files.
|
||||
|
||||
### File
|
||||
|
||||
```
|
||||
////
|
||||
// Documentation
|
||||
|
|
@ -103,4 +115,12 @@ The scss documentation is based on SassDoc, therefore only valid SassDoc comment
|
|||
// @since 1.0.0
|
||||
// @author Your Author 2 <your.second@email.com>
|
||||
////
|
||||
```
|
||||
```
|
||||
|
||||
### Class
|
||||
|
||||
#### Member
|
||||
|
||||
#### Function/Method
|
||||
|
||||
### Variable
|
||||
Loading…
Reference in New Issue
Block a user