albert-github
albert-github
No progress. I still think: I think that the fact that originally there was no message was a bug and that either this is fixed as of its own or...
@redtide - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce the problem? Please don't add...
I see that for the function `mousePressEvent` you use a trick : `///< @if @endif`, I think this can be generalized to ``` ALIASES = nowarn="@if @endif" ``` and at...
I see that this trick only words as of version 1.9.7 and it is really a trick that uses a side effect. When looking at the debug output produced by...
- Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Please don't add external links as...
When an `INPUT_FILTER` is given doxygen starts a `popen` (windows `_popen`) to process the files. In case the `popen` fails doxygen will give an error (like `could not execute filter...
Indeed all (C) programs return a status, but when not explicitly set it is not always a consistent value (at least in my experience). In case of an error not...
To evaluate the possibilities: - Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Please don't...
As written in the precious comment (https://github.com/doxygen/doxygen/issues/7335#issuecomment-543724315): - Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the...
@hu-chia In doxygen we see with the 1.9.8 version:  We have a "deprecated command": - in the comment, this is seen by doxygen - as annotation, this is ignored...