Doxygen document structure with python superclass

121 Views Asked by At

This is my first question in stack overflow: This is my Python project structure:

superclass1:

  1. module
  2. class1 and it's modules

  3. class2 and it's modules

superclass2:

  1. module
  2. class2-1 and it's modules

  3. class2-2 and it's modules

How can I replace this type of structure in my documentation generated by Doxygen? I'm using doxywidzard and the configuration file associated.

0

There are 0 best solutions below