-
Notifications
You must be signed in to change notification settings - Fork 99
Feat: Adding a Description for Each Typescript Class and Function #114
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
Comments
We are working on adding more documentation, but it's not a fast process. I don't fully understand what you mean with the obsolete/removed functions, can you explain more? |
Sorry for the typo mistake. I mean outdated or deprecated APIs. Maybe in the future. Some functions might replacement by similar functions but still keep in the source code. So I think It might be a good idea if we trying to adding a history in API docs. A example is Node's API document I can do this if you think it is worth to do. |
BTW, Can I make PR for adding more documentation on API docs? |
Might be worth exploring but I would not recommend attempting to make a PR since our typescript file is generated from code and your changes will just get wiped out on the next run of the generator. |
@lishid I started improving I know it was explicitly asked not to send PRs to What's the best way for me to add |
We can copy strings over to our codebase and then close the PR, but we won't merge PR's. |
The text was updated successfully, but these errors were encountered: