Skip to content
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

Doxygen not creating call graphs for C# methods if namespace contains the classname (Origin: bugzilla #749049) #5784

Closed
doxygen opened this issue Jul 2, 2018 · 3 comments
Labels

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status NEW severity normal in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2015-05-07 00:40:38 +0000, Ron Cresswell wrote:

Created attachment 303001
Contains 2 folders, each with project, Doxyfile and output.

I am using Doxygen to create call and caller graphs for a large C# project
which is a SharePoint 2010 solution. This solution has many components and I
noticed that some of them (console applications for example) will happily
create call graphs for the methods, but Workflows failed to create any call
graphs.

Further information - it does not appear to be the replicated namespace that
triggers this, but possibly the depth.

So - namespace DoxygenTest.Workflow1 containing class Workflow1 -> no graphs
namespace DoxygenTest.WF containing class Workflow1 -> no graphs
namespace DoxygenTest containing class Workflow1 -> graphs!

Possibly the existence of a namespace with no classes (only sub namespaces)?

I have attached two Visual Studio projects (DoxygenTest and DoxygenTest2).
They are identical except that in the second I have replaced all occurances
of "DoxygenTest2.Workflow1" in the namespace declarations with
"DoxygenTest2" - this second project creates call and caller graphs as
expected.

On 2015-05-07 00:46:06 +0000, Ron Cresswell wrote:

Note: The Doxyfile zipped up with DoxygenTest2 might need some directories
updating - the html output is ok, but I hadn't saved the Doxyfile when I
zipped up the directories. I'll add the Doxyfile as another attachment for
completeness.

On 2015-05-07 00:47:55 +0000, Ron Cresswell wrote:

Created attachment 303002
Updated Doxyfile for DoxygenTest2 project
@albert-github
Copy link
Collaborator

I've just pushed a proposed patch, pull request #6565

@albert-github albert-github added bug C# fixed but not released Bug is fixed in github, but still needs to make its way to an official release labels Oct 20, 2018
@albert-github
Copy link
Collaborator

Pull request has been integrated in master.

@doxygen
Copy link
Owner Author

doxygen commented Dec 27, 2018

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.8.15.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 27, 2018
@doxygen doxygen closed this as completed Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants