doc: more detailed type annotations for setup() call
This commit is contained in:
parent
259b1fbc84
commit
2cb39e838e
6 changed files with 49 additions and 7 deletions
|
|
@ -165,9 +165,9 @@ If you provide your own callback function, there will be no notification for err
|
|||
`setup(opts)` \
|
||||
Initialize oil
|
||||
|
||||
| Param | Type | Desc |
|
||||
| ----- | ------------ | ---- |
|
||||
| opts | `nil\|table` | |
|
||||
| Param | Type | Desc |
|
||||
| ----- | -------------------- | ---- |
|
||||
| opts | `oil.setupOpts\|nil` | |
|
||||
|
||||
|
||||
<!-- /API -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue