Commit ef54b84
Add template normalizing (#55774)
Summary:
Pull Request resolved: #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: D942325051 parent 4a3080b commit ef54b84
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments