jothepro

Results 66 comments of jothepro

I understand that the warnings by the compiler are not necessarily helpful in this case since the functions are generated and cannot be eliminated individually just because some of theme...

I plan to do a full review tomorrow. 👍

I think thats a very good idea! 👍 Not directly related to this: There is a long overdue major update to the scopt library that requires some refactoring in the...

No, there is no current options that we plan to remove afaik, this is more of a research topic to provide the tooling for being able to deprecate options when...

Yep, it seems like just unsetting doesn't work: Taking this further and unsetting all the styles that have been applied to the scrollbar will lead to an invisible/hidden scrollbar. The...

I can confirm that this solves my problem! Thanks a lot! 😊

I've been struggling with the same problem today. Unfortunately it seems like I cannot patch this with pure CSS. 🙁 https://github.com/doxygen/doxygen/issues/9549

As a quick workaround you could maybe modify `doxygen.css` and remove the lines that define the scrollbar style: https://github.com/doxygen/doxygen/commit/260f2fadf8b780d824cba2e490d119e759ada101

Thanks for pointing that out, it seems like I have mixed in some html5 by accident... Thanks for sending me a link of your documentation, it's always helpful to see...