We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The UpdateNodeTypeParser does the following things:
UpdateNodeTypeParser
Configuration like below:
UpdateNodeTypeParser: methods: # The key maybe call `functions`? - name: agora::rtc::IRtcEngine::joinChannel return_type: # The `return_type`'s keys match the `SimpleType` objects' keys name: void source: void kind: value_t is_const: true is_builtin_type: true parameters: - name: channelId type: # The `type`'s keys match the `SimpleType` objects' keys name: int source: int kind: value_t is_const: true is_builtin_type: true
Maybe feature in the future
UpdateNodeTypeParser: methods: # The key maybe call `functions`? - name: agora::rtc::IRtcEngine::joinChannel parameters: - name: channelId rename: intChannelId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
UpdateNodeTypeParser
does the following things:Configuration like below:
Maybe feature in the future
The text was updated successfully, but these errors were encountered: