documentationjs / documentationjs/documentation

@static doesn't work

Open
#1,148 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.