documentationjs / documentationjs/documentation
@static doesn't work
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
- version 3.10.10
@static doesn't work. Sample code below.
```
/**
* Set directory path to save/load serialized information to/from file.
* @method setStoragePath
* @param {string} p Absolute or relative directory path
* @static
* @memberof Serializable.
*/
static setStoragePath(p) {
Serializable[environment].storage_path = p;
}
```
running; documentation build index.js -f md -o API.md
Contributor guide
Assessment
This issue has not been assessed yet.