Skip to content

Remove trailing comma in function prototypes #5180

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

Conversation

Rageking8
Copy link
Contributor

Summary:

  • Remove trailing comma in function prototypes as they cause a syntax error in both C and C++
  • Replace old <br/> with backslash
  • Tweak some metadata

Copy link
Contributor

@Rageking8 : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 3d118ba:

✅ Validation status: passed

File Status Preview URL Details
docs/atl-mfc-shared/reference/cstringt-class.md ✅Succeeded
docs/atl/reference/cstockpropimpl-class.md ✅Succeeded
docs/c-runtime-library/reference/sopen-s-wsopen-s.md ✅Succeeded
docs/intrinsics/arm-intrinsics.md ✅Succeeded
docs/intrinsics/x86-intrinsics-list.md ✅Succeeded
docs/mfc/reference/cgopherconnection-class.md ✅Succeeded
docs/mfc/reference/cmfcdynamiclayout-class.md ✅Succeeded
docs/standard-library/atomic-functions.md ✅Succeeded
docs/standard-library/basic-string-class.md ✅Succeeded
docs/standard-library/codecvt-class.md ✅Succeeded
docs/standard-library/deque-functions.md ✅Succeeded
docs/standard-library/insert-iterator-class.md ✅Succeeded
docs/standard-library/queue-operators.md ✅Succeeded
docs/standard-library/stack-operators.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

PRMerger Results

Issue Description
Changed Files This PR contains more than 10 changed files.

CString& strResult,);
CGopherLocator& refLocator,
CString strRequestedAttributes,
CString& strResult);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added in the missing comma between the first and second parameter.

@ttorble
Copy link
Contributor

ttorble commented Feb 11, 2025

@TylerMSFT

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged Tracking label for the PR review team label Feb 11, 2025
Copy link
Collaborator

@TylerMSFT TylerMSFT left a comment

Choose a reason for hiding this comment

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

Well, that's just embarrassing. Thank you for fixing these.

@TylerMSFT
Copy link
Collaborator

#sign-off

@ShannonLeavitt ShannonLeavitt merged commit 88cc5e0 into MicrosoftDocs:main Feb 11, 2025
2 checks passed
@Rageking8 Rageking8 deleted the remove-trailing-comma-in-function-prototypes branch February 13, 2025 14:56
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.

4 participants