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

Remove "@return void" from vm_api.h documentation #20839

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented Dec 16, 2024

Doxygen documentation does not require "@\return void" to specify a
void return type. The absence of a "@\return" tag inherently implies
a void return type.

Removing "@\return void" ensures consistency across vm_api.h, as some
sections already omit the "@\return" tag for void return types.

Related: #20828

Doxygen documentation does not require "@return void" to specify a
void return type. The absence of a "@return" tag inherently implies
a void return type.

Removing "@return void" ensures consistency across vm_api.h, as some
sections already omit the "@return" tag for void return types.

Signed-off-by: Babneet Singh <[email protected]>
@babsingh
Copy link
Contributor Author

@pshipton Requesting your review.

@pshipton pshipton merged commit a6331e7 into eclipse-openj9:master Dec 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants