documentationjs / documentationjs/documentation
Error: Parent of null.null.null.null not found
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
Trying to build documentation for the following file fails with the error `Parent of null.null.null.null not found`:
```js
class Test {
/**
* @typedef {Object} Foo
* @property {String} ... // TODO describe this later
*/
}
```
Contributor guide
Assessment
This issue has not been assessed yet.