albert-github
albert-github
@doxygen Looks like the problem in this case is caused by an odd number of single or double double quotes(`'` / `"`). The rule in the `pre.l` is: ``` \'...
With doxygen 1.9.6 (and 1.9.7) I can reproduce the problem and I get a warning ``` warning: documentation for unknown define INTEGRAL_MASK found. ``` with the current doxygen version (1.15.0)...
In the documentation there is already the warning: > Note > Some that when using the {doc} option, commands like \cond and \if don't work with this command due to...
This issue has partly been solved through #8395 but this fix also removes everything after the `\section` command, so this issue is not yet completely solved.
Tested the original issue with doxygen 1.8.15 and saw the problem Retested it with doxygen 1.15.0 and the problem is not present anymore Tested the problem of @JPenuchot with doxygen...
With doxygen version 1.9.3 we see the warning as indicated and also that in `S` a function (specialization) is missing. With the current doxygen version (1.15.0) the warning is gone...
I see some latex code but to reproduce the issue the original source is necessary so: - Please don't add external links as they might not be persistent (also references...
> What do you mean with external links? That means that links to files outside of the comment should not happen, bu the link to the file should be directly...
Images are there just for illustrative processes but it is impossible to get the right information to regenerate the output from it. An image is allowed (the cut past creates...
Looks a bit more sophisticated as in the word `Solvers` (in the example the cord `Child`) we also see a bullet and this should not be there. A quick "bisect"...