How to make doxygen generate full list of fields in class diagram
I want to generate UML class diagram using doxygen from C++ sources, but for some reason some of the fields were added into connecting edge and not into main class box.
Source code is simple like this:
Doxygen reference files in mainpage
I am using Doxygen for C, where each source file is basically a module.
Doxygen inherit some of the arguments in another function
I am surprised that Doxygen seems unable to inherit function arguments from another documented function. Say I’ve already documented f
: