albert-github

Results 1742 comments of albert-github

This issue might have a similar cause as indicated in the comment https://github.com/doxygen/doxygen/issues/11758#issuecomment-3276059486 (and other comments with the issue #11758).

Looks like the warning is given due to: ``` Commit: b4437b34779f8e8eafa2a12972aeba956809b6c3 [b4437b3] Date: Monday, March 10, 2025 7:53:15 PM Merge pull request #11474 from albert-github/feature/bug_if_endif_mismatch Warning when more `#if` than...

Did some further investigations and it looks like a very unexpected side effect of: ``` Commit: 8ddbe2dd709f94bf51b0a181fe099df05b2fdd29 [8ddbe2d] Date: Saturday, October 23, 2021 10:37:19 AM Merge pull request #8842 from...

I've minimized the problem already to a smaller project and I see in the file `classwx_object.html` the construct: ``` wxObjectRefData wxObjectRefData ``` So a double link, with 2 different destinations....

The bisection gave: 3fb8336b630e33ce766d97caca8e4e80341b2ede is the first bad commit ``` Commit: 3fb8336b630e33ce766d97caca8e4e80341b2ede [3fb8336] Date: Monday, October 20, 2025 4:41:35 PM issue #11799 Incorrect link for template argument ``` @doxygen any...

- Code 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).

To be able so say something about it it would be better to show a small example: - Can you please attach a, small, self contained example (source+configuration file in...

Thanks for the example. I see you use an own layout file, but this is based on doxygen 1.9.8 and you use doxygen 1.13.2 so a small update might be...

According to the documentation of `INHERIT_DOCS`: > If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the documentation from any documented member that it re-implements. So...

On windows I see there crash as indicated with doxygen 1.15.0 With the current master version (1.16.0 (b09c7316acaa5e8dc6d34bd69c1aba381c6d818c)) the problem is gone I think the problem is fixed but not...