-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add symbol/classes to graph #15
Comments
@smalltimepro If it's empty, that means something wrong happened during analysis process. |
I'm having the same problem -- analysis looks ok (tons of XML files generated) but the only graph items that have any information or are connected in any way are the two projects. If a use "sync w/editor" or ALT-F or "Show in graph", then an item will be generated in the graph for the item, but it is alone/orphaned in the graph and not connected to anything and has no information -- there don't seem to be any relationships between any entities. For example, "find callers" or "find calees" does nothing. Ah, I just saw this: If this is the case, you should probably display a warning to the user when a .CS project is analyzed. |
@thelazydogsback I think it is because of the limited capability of doxygen. It can't dig out the relationship sometimes, even for C++. I am afraid you have to add the edges indicating the relationships manually. |
Hi, Installed the extension from marketplace for 2019 and ran for solution and projects seperately for c# coding. Ananlysis runs and saves file but no graph is created except for the projects. Have tried many times with variation. unable to click and add any method/class/symbol to graph even manually.
The text was updated successfully, but these errors were encountered: