Dimitri van Heesch
Dimitri van Heesch
I tried to reproduce the problem but the run just finished fine (generating over 19000 dot images).
On Windows 10, the path limits can be removed via a registry setting it seems: https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
@albert-github I agree that user should not (have to) tinker with registry settings, and that doxygen should just ignore files it cannot read (or at least give a proper error)....
> Unfortunately not, I don't have the full MSVC (GUI) enabled as for some strange reason Microsoft blocks my account I used for this. So I cannot get into the...
@albert-github I think this would break constructions like ```c++ class Test : public Base { public: virtual void func() OVERRIDE {} }; ``` where OVERRIDE is a macro that is...
@albert-github I was referring to your "do you see any corner cases?". With your fix to `unput`s the identifier (`OVERRIDE` in my example) and then start with state `FindMembers`, the...
Looks like this should have referenced #7946
I don't want to stop doxygen when an image does not produce correctly. It would be an improvement however if in such case the error situation is remembered and a...
Links in section headers are not supported at the moment, only plain text is supported. This is because of the simple way section headers are currently parsed (the title is...
@lamm45 I've implemented the suggestion in the referenced commit. Please check if it looks as expected.