Dimitri van Heesch

Results 355 comments of Dimitri van Heesch

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

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

@modbw Can do the edit in the generated `jquery.js` that @paule32 suggested? Even though it is unclear why this would be needed, it is good to know if it actually...

@paule32 JQuery is a third party script, so fixing it should be done at the source, not in Doxygen. Otherwise I need to maintain this version. And the "fix" seems...

@albert-github An alternative solution has been [integrated](https://github.com/doxygen/doxygen/commit/79bbf23a85b438988f903bbde27855e0d721a61b) in the mean time.

@albert-github I would like to close this pull request if you don't mind. If you feel more work is needed, please open a new issue (and perhaps make another pull...

@zyphlar I think an efficient and robust solution would be to use a hash of the file pointed to as the "version". This way it is fine to use the...

@zyphlar I don't see a generic enough solution that can be implemented in Doxygen yet. Feels this more a server configuration issue and needs to be solved there (i.e. triggering...

@zyphlar > Given doxygen's wide install base I'm surprised others haven't found and fixed this problem yet. That indeed surprises me as well. Maybe the caching is typically not that...

Template instantiation is no longer shown as an inheritance relation. By setting: ``` HAVE_DOT = YES TEMPLATE_RELATIONS = YES ``` The inheritance graph should show this: The built-in diagram generator...