Hello I am trying to create a documentation for my VBA Code with doxygen. I was able to create a Documentation of the general structure however I have a problem:
The program does not create any class-diagrams for the modules - only for my classes. Is it possible to create class diagrams for my modules as well as seen i.e. here
How can I setup doxygen to treat the modules just like the classes? I am aware that the modules in VBA are not classes but I think the visualization as such would be helpful for the documentation.
I am using doxygen with these configurations and the vbfilter from here