Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #265607

Category doxygen
Changed by albert-github <albert.testsohnoyoudont@gmail.com>
Changed at Wed 15 Apr 2026 19:48:52
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision 3c5fb480841efa7ba03076227e057e4b81245f25

Comments

issue #12092 Regression in the parsing of titles of custom navbar tabs
There should be the `&lt;` and `&gt;` in the output file, but it looks like that the `std::ostream` replaces these again with `<` and `>` so best is to escape the `&` as well again (so it will be `&amp;lt;` and `&amp;gt;` to the `std::ostream` resulting in the required text in the javascript file).

Changed files