albert-github
albert-github
The warning you show: > Duplicate C++ declaration, also defined at doxygen:172 looks like something is double defined (`Test14`) but the question is where. Only way to figure it out...
I can see there is a problem when running under Windows as here I get the warning: ``` error: Could not open file ..../ðÜð©ÐÇð©ð╗ð╗ð©Ðåð░ ð▓ ð┐ÐâÐéð©/latex/Makefile for writing ``` when...
With doxygen 1.9.3 I see the problem with opening the files (on Windows) and the warnings. With the current doxygen version (1.15.0) the warnings about the problem of opening the...
Unfortunately no settings file was provided, so I used: ``` QUIET = YES JAVADOC_AUTOBRIEF = YES QT_AUTOBRIEF = YES ``` running this gave 2 warnings: ``` utils.h:86: warning: Member type...
From the original description it was not clear enough what the problem(s) were but the explanation given now shines a good light on it. So the problem is that from...
@doxygen. I did a small test doxygen 1.13.2 (official Windows release) and `CLANG_ASSISTED_PARSING=YES` - in the source code browser the mentioned functions were not hyperlinked at all - the source...
Best would of course to build from scratch, but you might try the latest successful master build on Github https://github.com/doxygen/doxygen/actions (at the moment: https://github.com/doxygen/doxygen/actions/runs/13574800074)
Code of #11468 has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
Probably there is some confusion here about the difference between the CI / GitHub Actions build and the release. The issue was solved for the GH Actions but not for...
Releases are created manually by @doxygen, but there are some scripts used so it might be that there are some possibilities. It might also be that the release is not...