albert-github
albert-github
The doxygen symbol resolver has been made more strict in the commit: ``` Commit: b290399fab92df45376103d7c094f053f24495fa [b290399] Parents: 6045c84aa1 Commit Date: Friday, June 3, 2022 9:38:54 PM Refactoring: reimplement getDefs using...
In Fortran 2008 the `ENTRY` statement has been declared obsolescent.
In older versions the `//@{`, incorrectly, did work, but in newer versions of doxygen this has been corrected so `///@{` or `//!@{` has to be used. In the issue we...
I think this issue is identical to #6998 as in the markdown processing phase the line: ``` \page pagee This is page **bold** and *italic* text ``` is translated into...
The bottom part of the comment is not in the pull request, but it looks like a "debug" test. Is the later assumption correct?
@wataash Did you have a look at what happens when you add `\tableofcontents` (and in the e.g. LaTeX / PDF output) ?
Using grouping inside an enumeration doesn't give a correct documentation (Origin: bugzilla #531888)
Interesting idea. - At the moment (doxygen 1.9.5 (d17002b9ad4bfd8664ed8c07efe7a34c2a7f5097)) the output looks like:  - your suggestion is to change this (mockup) into:  - a probably more consistent change...
In the doxygen manual we have at the bottom of the page lines like: > Go to the [next](https://www.doxygen.nl/manual/customize.html) section or return to the [index](https://www.doxygen.nl/manual/index.html). the`next`, probably, represent what you...
When having: ``` \section 1 \subsection 11 \subsection 12 \subsubsection 111 \subsubsection 112 \subsubsection 113 \subsection 13 \section 2 ``` and being in `112`: - shouldn't there also be a...
You say: > There is a good point to minimize the additional api to the minimum-requirement what is this good point? I just see, as far as I understand the...