-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hello, when running doxygen.exe 1.11 with a doxyfile.dox 1.11 too i have this error message spawning randomly and not consistently in the generated .chm when oppening sections.
The doxyfile use hhc.exe 1.31 to create the chm and I have no problems when using doxygen.exe 1.9.3 is not causing this issue but this version does not support tag 'INPUT_FILE_ENCODING' that fix the issues of the special characters 'é' 'è' replaced with '?' elements in the Namespaces and Classes auto generated doc from a .cs project. (tried with UTf8, first part is ok, second part (namespaces and classes auto generated) does not accept special characters, this is the opposite when choosing ISO-8859-1)
So that is why I need a working 1.11 version, tried to replace the resize.js as in #11000 but I cant compile the doxygen project on my machine (no admin rights).
The issue is still here when changing DISABLE_INDEX and GENERATE_TREEVIEW to yes or no, I see that in v1.11 everytime I open a book/page, the right scroll bar blink and the displayed page goes back to the top, something that does not append in v 1.9.3, might be a problem when displaying the content, the issue does not comes from my personal content.
Thanks for your help.
UPDATE; "fixed" by executing with doxygen v 1.10 instead of 1.11
