Commit 8c89923
Add template normalizing (facebook#55774)
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: b0edc597d121cf875e74aad8a29514b52116567d1 parent d3c8239 commit 8c89923
1 file changed
Lines changed: 3 additions & 3 deletions
| 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