-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think it would be helpful to allow each parameter, and return value to be explained. Additionally, whether or not an error or assertion could be raised (outside of the usual suspects)
Reference
https://pillow.readthedocs.io/en/stable/reference/Image.html#functions
fn pkg.something
something(o, x)something does some stuff
PARAMETERS
o (object)- an objectx (any)- an array or string for blah
RETURNS
object - a fizzbuzz
ASSERTIONS
- If
oorxare null
### fn pkg.something
```ts
something(o, x)
```
`something` does some stuff
> `PARAMETERS`
* `o (object)` - an object
* `x (any)` - an array or string for blah
> `RETURNS`
`object` - a fizzbuzz
> `ASSERTIONS`
* If `o` or `x` are null
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
