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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to