albert-github
albert-github
There is no real beta channel but there are the GitHub Actions (though sometimes multiple runs are necessary, so sin this case but just for a MacOS debug executable). You...
Yes a user can choos its own settings by defining his own css file and adding this to doxygenn with the setting `HTML_EXTRA_STYLESHEET` Furthermore always: - Can you please attach...
I don't have the filter used but this is not a problem. Did you try to use an own css file and did this work?
The `##` values are indeed "preprocessed" into rgb colors i.e. when doxygen is run they are calculated based `HTML_COLORSTYLE_HUE`, `HTML_COLORSTYLE_SAT` and `HTML_COLORSTYLE_GAMMA` You won't see the `##` values in the...
> It's possible that the problem was triggered by a change to pdflatex as it persists after downgrading Doxygen to versions that used to work. In doxygen 1.15.0 the `tabu`...
I've just pushed a proposed patch, pull request #11882
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).
The fact that the spaces are removed had a good reason, so it would be possible to directly concatenate some things (see the issue #9550 and https://github.com/doxygen/doxygen/pull/10580). So for some...
Interesting thought, I did a small change in `commentscan.l` i.e. the rule: ``` {B}*{CMD}[a-z_A-Z]+"{"[^}]*"}"{B}* | ``` changed into ``` {B}*{CMD}[a-z_A-Z]+"{"[^}]*"}" | ``` and ran again the example from #10580 and...
The code regarding the `\ilinebr` problem has been integrated in master on GitHub.