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

Change #264183

Category doxygen
Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
Changed at Fri 10 Apr 2026 21:24:55
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision 39f39b0adfcdf7a6887b870490941b0abffa78b6

Comments

PR #12085 Refactoring imageFormat
Changed

```
MermaidManager::OutputFormat MermaidManager::imageFormat(OutputFormat format)
```

to

```
MermaidManager::ImageFormat MermaidManager::convertToImageFormat(OutputFormat outputFormat)
```

to improve type safety and readability.

Changed files