albert-github

Results 1213 comments of albert-github
trafficstars

With the given example I was able to reproduce the problem with the current master version (under windows). Notes: - for the example it is **not necessary** to have `CREATE_SUBDIRS=YES`...

I can see that this is a problem, though to be able to find a solution I have a few questions regarding addressing / working with the man pages (I...

So when I understand it correctly you would like to have one or more small icons in the generated treeview on the left of the HTML page, with icons like...

Just doing some small investigations (mainly to get a feeling for the possibilities) The possibility to solve the problem, as I see it at the moment, would be to use...

I've done some tests and in principle it is possible to add some extra tags during the processing of the navigation tree (navtree.js) by means of a number of ``...

- Which version of doxygen did you try to build? - probably relevant reference: https://en.cppreference.com/w/cpp/string/char_traits - "logger" - with the "logger" I assume you mean the `deps/spdlog` - what are...

Thanks for the clarification - your mentioning of the "logger" is in fact a problem with the doxygen `warn` / `warn_` functions and has nothing to do with the spdlog...

Indeed the `char8_t` is first mentioned in the foreword of the cpp-20 standard as "addition of char8_t type". I think it would be better to replace the `unsigned char` with...

Indeed I also think that switching back to `char` is not a good idea. The `char8_t` is OK as it represents a "unsigned char" In the C++-20 standard see e.g....

Regarding the small improvement mentioned at the end of https://github.com/doxygen/doxygen/issues/10928#issuecomment-2153061687 I've just pushed a proposed patch, pull request #10929