Skip to content
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

feat: Add support for private/extends/implements. #77

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Mar 12, 2022

@private will be used to ensure a function is used only inside the .c
file corresponding to the .h file. @extends and @implements will be
used for generated code.


This change is Reviewable

`@private` will be used to ensure a function is used only inside the .c
file corresponding to the .h file. `@extends` and `@implements` will be
used for generated code.
@iphydf iphydf added this to the 0.0.16 milestone Mar 12, 2022
@auto-add-label auto-add-label bot added the enhancement New feature for the user, not a new feature for build script label Mar 12, 2022
@toktok-releaser toktok-releaser merged commit d4d5bdc into TokTok:master Mar 12, 2022
@iphydf iphydf deleted the private branch March 13, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature for the user, not a new feature for build script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants