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

Style: Add WARNING: as new comment admonition #96923

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Sep 12, 2024

Integrates the change from the above PR to the codebase on existing commented warnings; updated syntax and formatting where appropriate.

@@ -3962,9 +3962,9 @@ LRESULT DisplayServerWindows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
}
}

// WARNING: we get called with events before the window is registered in our collection
// WARNING: We get called with events before the window is registered in our collection
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some stuff got edited to be uppercase after the colon while some other not. Is there a hard rule on this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They should all be uppercase, as the documentation specifies; any lowercase instances are ones that slipped through the cracks.

@akien-mga akien-mga modified the milestones: 4.x, 4.4 Sep 25, 2024
@akien-mga akien-mga merged commit 991e6c9 into godotengine:master Sep 26, 2024
19 checks passed
@akien-mga
Copy link
Member

Thanks!

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.

3 participants