Dimitri van Heesch

Results 379 comments of Dimitri van Heesch

@sgriffithjones Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available.

This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.11.0. Please verify if this is indeed the case. Reopen the issue...

@krivenko Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available.

@krivenko Thanks for the feedback. Adding the namespace indeed revealed some issues with the fix. I've pushed another commit, which should hopefully address these. Let me know if it works...

@albert-github The issue in example.tar.gz has a different cause (The redundant struct keyword in the `struct A N::B` construct was seen as `struct A N:` making the scanner go off-track...

@albert-github Yes, please create a different issue. Without trying the example, I can already see the problem is the parameter matching on function pointers. Doxygen sees `void(*)(FieldListView *, int p)`...

This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.11.0. Please verify if this is indeed the case. Reopen the issue...

I'm pretty sure the issue is because doxygen is run from the wrong directory indeed.

This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.11.0. Please verify if this is indeed the case. Reopen the issue...

@albert-github Although your suggested solution works, I think we can still do a bit better, so I've added a fallback that avoids the need to specify the `INCLUDE_PATH` in case...