Skip to content

Add template normalizing#55774

Closed
coado wants to merge 1 commit intofacebook:mainfrom
coado:export-D94232505
Closed

Add template normalizing#55774
coado wants to merge 1 commit intofacebook:mainfrom
coado:export-D94232505

Conversation

@coado
Copy link
Copy Markdown
Contributor

@coado coado commented Feb 26, 2026

Summary:
Doxygen adds spaces inside angle brackets in its XML output:

  • Outputs: std::vector< PropNameID >
  • Expected: std::vector<PropNameID>

Applying normalize_angle_brackets() in resolve_ref_text_name() to normalize spacing consistently.

Changelog:
[Internal]

Reviewed By: cipolleschi

Differential Revision: D94232505

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 26, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync bot commented Feb 26, 2026

@coado has exported this pull request. If you are a Meta employee, you can view the originating Diff in D94232505.

@facebook-github-bot facebook-github-bot added the p: Facebook Partner: Facebook label Feb 26, 2026
coado added a commit to coado/react-native that referenced this pull request Mar 3, 2026
Summary:
Pull Request resolved: facebook#55774

Doxygen adds spaces inside angle brackets in its XML output:
- Outputs: `std::vector< PropNameID >`
- Expected: `std::vector<PropNameID>`

Applying `normalize_angle_brackets()` in `resolve_ref_text_name()` to normalize spacing consistently.

Changelog:
[Internal]

Reviewed By: cipolleschi

Differential Revision: D94232505
@coado coado force-pushed the export-D94232505 branch from 89b2930 to 8274f42 Compare March 3, 2026 15:01
coado added a commit to coado/react-native that referenced this pull request Mar 4, 2026
Summary:

Doxygen adds spaces inside angle brackets in its XML output:
- Outputs: `std::vector< PropNameID >`
- Expected: `std::vector<PropNameID>`

Applying `normalize_angle_brackets()` in `resolve_ref_text_name()` to normalize spacing consistently.

Changelog:
[Internal]

Reviewed By: cipolleschi

Differential Revision: D94232505
@coado coado force-pushed the export-D94232505 branch from 8274f42 to 4ab9e3b Compare March 4, 2026 11:48
Summary:
Pull Request resolved: facebook#55774

Doxygen adds spaces inside angle brackets in its XML output:
- Outputs: `std::vector< PropNameID >`
- Expected: `std::vector<PropNameID>`

Applying `normalize_angle_brackets()` in `resolve_ref_text_name()` to normalize spacing consistently.

Changelog:
[Internal]

Reviewed By: cipolleschi

Differential Revision: D94232505
@coado coado force-pushed the export-D94232505 branch from 4ab9e3b to ef54b84 Compare March 4, 2026 11:53
@meta-codesync meta-codesync bot closed this in 4f38bed Mar 4, 2026
@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @coado in 4f38bed

When will my fix make it into a release? | How to file a pick request?

@react-native-bot react-native-bot added the Merged This PR has been merged. label Mar 4, 2026
zoontek pushed a commit to zoontek/react-native that referenced this pull request Mar 9, 2026
Summary:
Pull Request resolved: facebook#55774

Doxygen adds spaces inside angle brackets in its XML output:
- Outputs: `std::vector< PropNameID >`
- Expected: `std::vector<PropNameID>`

Applying `normalize_angle_brackets()` in `resolve_ref_text_name()` to normalize spacing consistently.

Changelog:
[Internal]

Reviewed By: cipolleschi

Differential Revision: D94232505

fbshipit-source-id: b0edc597d121cf875e74aad8a29514b52116567d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook p: Software Mansion Partner: Software Mansion Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants