Summary
Can esdoc please be made to also output docs for the protected methods (like the constructor on the Driver class)?
Steps to reproduce
- Look at Neo4j javascript lib docs
- Look for Driver class
Expected behavior
I expect to see the docs for the constructor.
Actual behavior
There are no docs for the constructor, presumably because it is a protected method.
Other info
FWIW, it would also be nice to get docs for the types like the MetaInfo and DriverConfig.
Summary
Can esdoc please be made to also output docs for the protected methods (like the constructor on the Driver class)?
Steps to reproduce
Expected behavior
I expect to see the docs for the constructor.
Actual behavior
There are no docs for the constructor, presumably because it is a protected method.
Other info
FWIW, it would also be nice to get docs for the types like the MetaInfo and DriverConfig.