https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125175
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Joó Péter from comment #4) > Hm, then what's the benefit of writing code with doxygen comments? Do I miss > something here? The HTML docs: https://gcc.gnu.org/onlinedocs/gcc-16.1.0/libstdc++/api/ The 3700+ page PDF is not the main intended use of those comments. If you want to compare versions, compare the code, not thousands of pages of auto-generated docs which are subject to omissions in the comments and bugs in Doxygen.
