albert-github
albert-github
Using the example the problem is reproducible with the current 1.12.0 doxygen version as well as the current master (1.13.0 (20508abe74d7d40211045b6152a98d199eb0db36)). The problem is that there is no link for...
I've just pushed a proposed patch, pull request #11119
There is also the extra `#` in the output. As far as I can tell an extra newline, before the `##`, will work around the problem.
A bisection gave that the problem is introducend in doxygen 1.8.16 in: bf1e768aa86ac5cbca5de4510469dd98334973df is the first bad commit ``` commit bf1e768aa86ac5cbca5de4510469dd98334973df (HEAD) Date: Sat Jan 19 18:45:26 2019 +0100 issue...
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).
@ncbrowns Did you also try the real fix (you build the doxygen version based on the current master or get a build from the github actions artifacts, e.g. https://github.com/doxygen/doxygen/actions/runs/10741154727from the...
Unfortunately there is no example with the issue. A small test ([example.tar.gz](https://github.com/user-attachments/files/16910799/example.tar.gz)) shows that the groups are sorted in the Collaboration graph independent of the setting of `SORT_GROUP_NAMES`. It is...
With the doxygen 1.8.3.1 version I see:  so missing the `class ns2::Test2` part With the current doxygen version I see:  so the `class ns2::Test2` is present. I think...
In don't see any example with which we could try to reproduce the problem, so: - Can you please attach a, small, self contained example (source+configuration file in a, compressed,...
I looked at the example from https://github.com/doxygen/doxygen/issues/11172#issuecomment-2393930233 When running this example with doxygen 1.9.7 I get: ``` error: Illegal ALIASES format 'csv_table{3::}=.. csv-table:: \1^^\3 :header: \2^^'. Use "name=value" or "name{n}=value",...