anh - 2025-02-25

I run doxygen with my configuration .dat file. I set: ALIASES += unique_id="\par UNIQUE ID\n".
and get the the xml output contains:
<simplesect kind="par"><title>UNIQUE ID</title><para>test_case1</para></simplesect>
But some my team member from different country need to change the configuration file to: ALIASES += unique_id="\par UNIQUE ID^^" to get the same xml output.
For my side, if I use "^^" I will not get the xml result like above. It's just:
<simplesect kind="par"><title>UNIQUE ID^^ test_case1</title><para></para></simplesect>.
How the whole team can use only one configuration file with modifying it?
Thanks