Re: [Doxygen-users] Call Graph Incorrect

2013-03-08 Thread plafratt
Dimitri, Ok, thanks for your help. I have submitted as bug 695464.** ** Regards, Patrick On Fri, Mar 8, 2013 at 2:29 PM, Doxygen [via Doxygen] < ml-node+s10944n5753...@n7.nabble.com> wrote: > > On Mar 8, 2013, at 15:20 , plafratt <[hidden > email]

Re: [Doxygen-users] Call Graph Incorrect

2013-03-08 Thread Dimitri van Heesch
On Mar 8, 2013, at 15:20 , plafratt wrote: > Dmitri, > > Thanks for the response. > > I didn't know if I should attach the code, as it is fairly large. But here > it is in case it will help anyone help me. > > The Doxyfile I'm using is located in the directory ("sniper-4.2") that comes > out

Re: [Doxygen-users] Call Graph Incorrect

2013-03-08 Thread plafratt
Dmitri, Thanks for the response. I didn't know if I should attach the code, as it is fairly large. But here it is in case it will help anyone help me. The Doxyfile I'm using is located in the directory ("sniper-4.2") that comes out of the tarball. As shown in the picture in the previous post, t

Re: [Doxygen-users] Call Graph Incorrect

2013-03-07 Thread Dimitri van Heesch
Hi Rafael, You need to provide a more complete and self-contained example otherwise no one can help you. If you think you found a bug, it is better to file a bug report in the bug tracker, but again, always attach a self-contained example, i.e. a zip or tar with config file and source code for

Re: [Doxygen-users] Call Graph Incorrect

2013-03-06 Thread plafratt
I tried generating the default Doxyfile, and then tweaking that to generate call graphs. I got the same error using this approach. I can't try your sample Doxyfile, because my company is blocking the site at which you posted it. Thank you for trying, though. -- View this message in context:

Re: [Doxygen-users] Call Graph Incorrect

2013-03-06 Thread plafratt
I tried generating the default Doxyfile, and then tweaking that to generate call graphs. I got the same error using this approach. I can't try your sample Doxyfile, because my company is blocking the site at which you posted it. Thank you for trying, though. -- View this message in context: ht

Re: [Doxygen-users] Call Graph Incorrect

2013-03-06 Thread plafratt
Thanks for the response. I have attached my Doxyfile. I generated a default Doxyfile and turned on call graph generation. I'm regenerating the documentation and seeing if the problem goes away. I will also try the one to which you linked, and I will let you know. Doxyfile

Re: [Doxygen-users] Call Graph Incorrect

2013-03-06 Thread Rafael
Hi Patrick, The problem can be in your doxyfile, could you show? PS: If you want an example, the doxyfile that I'm using can be found here. You can generate a default one with "doxygen -g". Best, Rafael 2013/3/5 plafratt > I have some code for a function for wh

[Doxygen-users] Call Graph Incorrect

2013-03-05 Thread plafratt
I have some code for a function for which Doxygen is generating a call graph. However, not all of the function calls are showing up in the call graph. Does anyone know what might be causing this? The code and the call graph are given below. For example, notice that the calls to "read_line" and "wr