Commit 89b2930
Add template normalizing
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: D942325051 parent fa38c95 commit 89b2930
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments