1

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.

  • 1
    Without more details, what replacement you intend, this can't be answered. I'm not too optimistic, changes are possible, since the standard configuration file has mostly on/off switches but no sequene set-up. – guidot Apr 20 '20 at 09:36
  • Besides the information as requested by guidot, please also specify the doxygen version used as well as the difference between the doxygen you use and the default doxygen configuration file. – albert Apr 20 '20 at 09:49
  • Doxygen version 1.8.13 – Emanuele Pallotta Apr 20 '20 at 11:39

0 Answers0