I am using Doxygen and GraphViz Dot to generate some collaboration diagrams for a C# project. The problem is generic collections (like List<>
) are not recognised by Doxygen. Does anyone have a solution to this?
I found this comment that doesn't seem very hopeful, but was wondering if there are any work-arounds.