2020-12-26 23:31:41 +01:00
|
|
|
# class: Foo
|
|
|
|
|
|
|
|
|
|
## method: Foo.bar
|
|
|
|
|
|
|
|
|
|
### option: Foo.bar.visibility
|
|
|
|
|
- `visibility` <[boolean]>
|
|
|
|
|
|
|
|
|
|
## method: Foo.foo
|
|
|
|
|
|
|
|
|
|
### param: Foo.foo.arg1
|
2019-11-19 03:18:28 +01:00
|
|
|
- `arg1` <[string]>
|
2020-12-26 23:31:41 +01:00
|
|
|
|
|
|
|
|
### param: Foo.foo.arg2
|
2019-11-19 03:18:28 +01:00
|
|
|
- `arg2` <[string]>
|
|
|
|
|
|
2020-12-26 23:31:41 +01:00
|
|
|
## method: Foo.test
|
2019-11-19 03:18:28 +01:00
|
|
|
|
2020-12-26 23:31:41 +01:00
|
|
|
### param: Foo.test.filePaths
|
|
|
|
|
- `filePaths` <[Array]<[string]>>
|