In Doxygen 1.11.0 (probably also in previous versions, I haven’t checked) the DoxygenLayout.xml generated by running doxygen -l contains the following first line:
<?xml version="1.0" encoding="UTF-8"?>
This line is however causing me issues with the process which generates the documentation. Can I remove it ? Is it an optional line ?