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

Change #252302

Category doxygen
Changed by albert-github <albert.testsohnoyoudont@gmail.com>
Changed at Tue 09 Dec 2025 16:31:24
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision edfb98122c1ddd4f1ecee8feb3369f6000b306cb

Comments

issue #11891 noway to control newline generation in html Variable Documentation
The initial part of the initializing of a variable i.e. the part before the `=` sign was omitted from the initializer and hence a bit a strange indentation.
- `scanner.l` add the initial part as white space
-`memberdef.cpp` remove the initial common whitespace of all initializer lines
- `memberdef.cpp` in `setAnchor` the extra white space has to be added to remain compatible (otherwise the anchor will change, tests 59, 72, 104, 105)

Changed files