Automatic documentation conversion from Doxygen

I think the underlying question is: does/can cling know about doxygen comments for functions and classes, the same way as Python functions and classes store theirs in their __doc__ attribute? (because all ways to use ROOT interactively – ROOT prompt, jupyter notebooks and Python/PyROOT – ultimately rely on cling to call into the C++ code).

I’m pretty sure the answer is that cling, like the good C++ interpreter it is, completely ignores comments :sweat_smile: @Axel is that right?