Olivier Couet
Olivier Couet
The change is not a debug printout, it inserts a new line in the SVG file before the `` tag. This avoids the syntax error the user sees when inserting...
It is not necessary. This code is every where n that class. That's the way it works. It was just forgotten. If we comment that one we will need to...
The Jira report says that it is possible to set the title of the palette. This is not true anymore. It has been recently fixed.
@linev in that old Jira report you said you have some patch for this "Crop" functionality. Do you still have it ? I could not find a link to it...
I do not have the red highlight bars … (on Mac …)
I think this should be re-implemented with the same technique used in `TPad::ExecuteEventAxis`
``` % doxygen -v Doxyfile 1.11.0 (db523de7141a3f138c4f0a723249fd1f8816a54a) ``` So it is a bug ?
C++ and python are mixed a lot in ROOT. That will be difficult to have two different passes. The thing I do not understand is why the ROOT python tutorials...
[python_produces_namespaces.tar.gz](https://github.com/doxygen/doxygen/files/11848442/python_produces_namespaces.tar.gz) This tarfile reproduces this issue. untar it and type "make" in the untared folder. Then in the same folder open `html/index.html`. Then on the opened page navigate from `files`...
Thanks for your input. The first trick will not work as the C++ and Python codes are separated. The 2nd trick might be more feasible, but I am not sure...