Hi list,
since this list restricts the maximum email size, I have put the files on
github:
https://gist.github.com/nicolasbock/c37d7184938cce7964b3
I can't get the full class hierarchy for a Fortran project out of doxygen.
The inheritance diagram I get does not show inheritance beyond one level,
i.e. it shows that c_class inherits from b_class, but it stops there
instead of further indicating that b_class inherits from a_class.
Interestingly though, the inheritance of a2_class -> a1_class -> a_class is
shown correctly.
Do I need to set something in the doxygen configuration file to make it
understand that inheritance can happen across modules?
Thanks already,
nick
|