On Thu, 2 Apr 2026 at 09:06, Tomasz Kaminski <[email protected]> wrote: > > > > On Thu, Apr 2, 2026 at 9:47 AM Jonathan Wakely <[email protected]> wrote: >> >> The changes were done automatically using 'doxygen -u' to rebase the >> config on Doxygen 1.17.0, which added a number of new config options and >> removed HTML_TIMESTAMP and LATEX_TIMESTAMP. >> >> libstdc++-v3/ChangeLog: >> >> * doc/doxygen/user.cfg.in: Update Doxygen config. >> --- > > I scrolled to the changes, and outside of what you listed, the other changes > is > capitalizing Doxygen name.
Yes, that capitalization caused a lot of churn. There are also some typos and grammar fixes, and changes to defaults. It's all auto-generated by the doxygen binary, which takes an existing config and modernizes it.
