albert-github
albert-github
We don't need a complex test case, just a simple case that shows the issue (so we all are talking about the same problem, we don't have crystal balls). You...
Unfortunately the settings file (`Doxyfile`) is missing, but with a default settings file I can reproduce the problem. The code looks OK, but I think it might be the size...
Thanks for the hint. That step is quite essential as it determines the type of table to be written i.e. does each individual lines of the table fit on one...
Reference to issue filed with tabularray: https://github.com/lvjr/tabularray/issues/630
I've just pushed a proposed patch, pull request #11858
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).
@var description of a variable inside a method prevents method from appearing in documentation (PHP)
It looks to me that you are trying to document a local variable `$x`, though local variables cannot be documented by doxygen. > I am aware that such @var phpdoc...
@var description of a variable inside a method prevents method from appearing in documentation (PHP)
So when I understand it correctly `$x` is a global (0r a class) variable that is defined in the file `inc.php`. When doxygen does not know where to find /...
The problem here is that the `code.l` (for showing the code, which is implicitly also used to generate the referenced lists and call / caller graphs) does not do preprocessing...
For one it is desired behavior, for others it is a glitch. I think it is not desired behavior but a glitch. It looks like an interaction between the ``...