-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HIde undocumented setters and getters from public API #6652
Comments
yep, they should be under private. The question is why are they public. |
I believe it's because of this: https://github.com/playcanvas/api-reference/blob/main/typedoc.json#L26-L28 |
Pretty sure if you remove the docs from the property and add to accessor with private tag, it should do it. Let me try. |
Closed
Something like this, perhaps? |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems those are currently visible as public API. Example in the CameraComponent:
https://api.playcanvas.com/classes/Engine.CameraComponent.html#renderSceneColorMap
check the code it links .. there is no JSDocs block, but it's still exposed as public on the docs.
The text was updated successfully, but these errors were encountered: