albert-github
albert-github
I tried with a small `Doxyfile` (just `GENERTAE_TREEVIEW= YES` set) but I didn't get the the variables anywhere just some wanings like: ``` warning: documented symbol 'aa.Node::visualizer' was not declared...
I've just pushed a proposed patch, pull request #11132
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).
My 2 cents. As far as I know linking between PDF files in general is not supported, it would only work with acrobat reader.
The problem looks like to be introduced by: ``` Commit: b290399fab92df45376103d7c094f053f24495fa [b290399] Date: Tuesday, May 24, 2022 8:12:07 AM Commit Date: Friday, June 3, 2022 9:38:54 PM Refactoring: reimplement getDefs...
Is my suspicion correct that the PHP `@inhertitDoc` is identical in syntax to `@inhertidoc`? So it would be sufficient to add everywhere `ALIASES = inheritDoc=inheritdoc` (as one of the suggestions...
In the page https://docs.phpdoc.org/latest/guides/docblocks.html#list-of-tags I see the `@inheritDoc` once, but no formal definition: > Another nifty feature is that you can use a series of Inline Tags to refer to...
This is, in my opinion, not really in the philosophy of doxygen. Some handling is adjusted for usage with different input languages though. I see a better possibility in some...
I had another look at the problem. Is the PHP standard: - `@inheritDoc` or - `{@inheritDoc}` When I used `{@inheritDoc}` for members, as far as I can see it works,...
In the IDL specification: "Interface Definition Language™ Version 4.2" I don't see anywhere the word "helpstring" do you have a specification where this attribute is explained?