albert-github
albert-github
I've just pushed a proposed patch, pull request #11885
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).
The problem is introduced with version 1.8.19, to be more specific with the commit: ``` Commit: fdefd3091128296d8f572f7daba6d838de24bf4b [fdefd30] Date: Monday, July 27, 2020 2:15:58 PM Additional tweaks to get markdown...
Tested with 1.8.19 and the indicated problem is present Retested with the current doxygen version (1.15.0) and the problem is not present anymore. I think the problem has been solved...
I used the procedure as described by you on Cygwin with doxygen 1.8.18 (the default installed version installed version on my Cygwin) and I got a PDF file and no...
@jwakely - 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...
Indeed the entire gcc repo would not make sense. Problem is the ``` TeX capacity exceeded, sorry [pool size=5905152] ``` this is something doxygen cannot do a lot about /...
Very large projects are indeed sometimes a problem, we need to investigate where exactly there is a problem and how this can be solved (won't be easy).
I don't think that just setting `SOURCE_BROWSER=NO` solves the general problem, I think that in this particular case it sees to it that the "pool size" is under the set...
@JBThiel You wrote: > AbiWord uses Doxygen extensively Where can I find the resulting documentation of the doxygen process on Abiword? I see a `Doxyfile` though here the `GENERATE_LATEX =...