-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
docs(protocol): remove internal variables and functions' #401
Comments
When we change the source code, these docs will be auto-generated again, then we need to manually remove these internal vars again, don't we? @d1onys1us |
yes, that's right. there is a way we can actually fix this. i will give it a shot today. |
now this is done here: #490 |
Describe the feature request
In the current smart contract documentation, for example https://taiko.xyz/docs/reference/smart-contracts/L2/TaikoL2, we need to remove private and internal state variables and functions:
__gap
_checkPublicInputs
_hashPublicInputs
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: