Dimitri van Heesch

Results 342 comments of Dimitri van Heesch

> A question I have is: what is the background idea of the change: > `IMG [iI][mM][gG]` I wanted to prevent false detections, so we would allow `Render` as a...

I assume you read about these ways to customize the output already: https://www.doxygen.nl/manual/customize.html I'm working on a django/jinja like template system that you can use to have much more control...

Currently, the template directory is hard coded to `templates/html`. If a template file is found there it will be used instead of the built-in version. See also https://github.com/doxygen/doxygen/blob/592aaa4f17d73ec8c475df0f44efaea8cc4d575c/src/context.cpp#L10097 for the...

Note that the use of `unsigned char` instead of just `char` was introduced as a part of this fix https://github.com/doxygen/doxygen/issues/10104. Switching to signed char will probably reintroduce this issue.

I guess now we can change the `CMakeLists.txt` to detect LLVM 19+ (like [this](https://stackoverflow.com/a/16209709/784672) or is there a better way?) and then switch the language to C++20 and set the...

This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.13.0. Please verify if this is indeed the case. Reopen the issue...

@debohman For my understanding, can you tell which changes you made to get it to compile? Please post a `diff -u` if possible.

@Maxyeah Your assumption that no special project is needed is wrong. At least, I cannot reproduce the problem with a simple page with \tableofcontents command. So, can you please add...

@Maxyeah, @albert-github Looks like a rounding issue in the computations (when using scaling >100% we get fractional sizes). Please verify if the referenced commit fixes the problem for you. Do...

@albert-github New commit should improve things for