Does Rosetta have a class diagram for each class in the source code?
When reading the source code, follow the function to find the class definition, but there is no way to know which class it inherits from or whether there is a defined subclass of the class. At the same time, I don't know which file the virtual function of the virtual base class is implemented in.So I would like to ask if there is a class diagram of the code