Share

Doxygen

Subscribe

Cannot see call graphs in HTML output

  1. 2009-11-05 18:31:05 UTC

    Hello:

    I cannot see any call graphs for functions within my C project.

    Sometimes caller graphs are not shown, however call graphs are never displayed. I have Graphviz installed and Ghostscript.

    Attached is the config file.

  2. 2009-11-05 18:32:10 UTC

    I could not attach the config file. Will provide upon request.

  3. 2009-11-06 00:02:53 UTC

    I know they are dumb questions, but they need to be asked:

    • Did you enable the call & caller graphs options in the doxyfile? If any of the option are disabled, that may explain why you don't see them.
    • Are you including the source code? If you are only including the headers, you will only get caller/call graphs for inline methods.
  4. 2009-11-06 00:46:40 UTC

    Yes I enabled both the call & caller graphs.

    Yes I am imcluding my source. I get all of the information presented in the html output with the exception of graphics.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.