albert-github

Results 944 comments of albert-github

Shorting the path did help as a workaround in my case. There is no need to change file names, just changing directory names should be sufficient or seeing to it...

I did some tests with the doxygen internal documentation. With the 1.7.5.1 version when I'm in the "Class List: and select here "QCString" then the "QCString" appears nicely in the...

- 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 external...

I didn't receive the source code (and it isn't in the spam box either), for completeness it should anyway be added to the issue. At the bottom of a comment...

I just created a small example: **source code** ``` /// \file /// the define #define NGX_HAVE_EVENTFD_EXIST 1 #if (NGX_HAVE_EVENTFD_EXIST) /// the conditional fie void fie_cond_exist() {} #endif #if (NGX_HAVE_EVENTFD) ///...

In your `Doxyfile` I see: ``` INPUT = D:/nginx-release-1.21.6/src/event ``` though in the `data` directory of `data.zip` I see just the directories `./codes` and its subdirectory `./codes/modules` but I assume...

I tried your configuration file with the source code and it ran without problems but I don't have a file `ngx_string.h` from which the error comes. - which version of...

> OK! I tried it. What are the results? Doxygen is not very good in resolving functions through pointers (doxygen is not a compiler) so this might definitely be the...

I was meaning the results of the tests regarding the error for the map file, so the results of the questions in https://github.com/doxygen/doxygen/issues/9486#issuecomment-1202247494

In that case it is, from a doxygen point of view, important to know what caused the problem with the map when using the gif setting. - So please provide...