Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up`Node` is not visible in the docs #91
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jDomantas commentedFeb 1, 2019
•
edited
Currently the module structure has some pieces that look somewhat like this (type parameters and fields removed for brevity):
This means that
Nodegets exported publicly throughcomrak::nodes::AstNode, but does not have a documentation page itself (because there is no public item that corresponds to it), so you cannot see what functions it has in the docs. This gets even more confusing as calling functions likeNode::traverseproduces types that are not even mentioned in the docs, not even behind type aliases.