albert-github

Results 1213 comments of albert-github
trafficstars

Regarding the small improvement mentioned at the end of https://github.com/doxygen/doxygen/issues/10928#issuecomment-2153061687 the code has been integrated in master on GitHub.

@debohman See my comment with https://github.com/doxygen/doxygen/issues/10928#issuecomment-2564652517

Which version of doxygen are you using? You could try to set: on *nux: ``` OUTPUT_DIRECTORY = "/dev/null" HTML_OUTPUT = "" ``` on Windows: ``` OUTPUT_DIRECTORY = "nul:" HTML_OUTPUT =...

So actually Windows was a bit lucky. I see some more problems when using external programs that read / write files like: - `bibtex` for the `\cite` command - `latex`...

I got an idea when rereading your comment and had a quick look in the code. One can set all `GENERATE_...` that are relevant to output to `NO` and define...

The mechanism used for LaTeX (PDF) output and HTML output (and other outputs) are different. In short for the LaTeX output the native bibliography processing is used and this does...

I've just pushed a proposed patch, pull request #10285

@maettu-this - Did you also try the current 1.14.0 doxygen version? - Can you please share the example you have for this problem (when still available in doxygen 1.14.0), so:...