Yes, but "dot -h" returns an error.
rafael
>> @search ~ $ dot -h
>
> dot: option -h unrecognized
>
>
>> Usage: dot [-Vv?] [-(GNE)name=val] [-(KTlso)<val>] <dot files>
>
> (additional options for neato) [-x] [-n<v>]
>
> (additional options for fdp) [-L(gO)] [-L(nUCT)<val>]
>
> (additional options for memtest) [-m]
>
> (additional options for config) [-c]
>
>
>> -V - Print version and exit
>
> -v - Enable verbose mode
>
> -Gname=val - Set graph attribute 'name' to 'val'
>
> -Nname=val - Set node attribute 'name' to 'val'
>
> -Ename=val - Set edge attribute 'name' to 'val'
>
> -Tv - Set output format to 'v'
>
> -Kv - Set layout engine to 'v' (overrides default based on
>> command name)
>
> -lv - Use external library 'v'
>
> -ofile - Write output to 'file'
>
> -q[l] - Set level of message suppression (=1)
>
> -s[v] - Scale input by 'v' (=72)
>
> -y - Invert y coordinate in output
>
>
>> -n[v] - No layout mode 'v' (=1)
>
> -x - Reduce graph
>
>
>> -Lg - Don't use grid
>
> -LO - Use old attractive force
>
> -Ln<i> - Set number of iterations to i
>
> -LU<i> - Set unscaled factor to i
>
> -LC<v> - Set overlap expansion factor to v
>
> -LT[*]<v> - Set temperature (temperature factor) to v
>
>
>> -m - Memory test (Observe no growth with top. Kill when done.)
>
>
>> -c - Configure plugins (Writes $prefix/lib/graphviz/config
>
> with available plugin information. Needs write priviledge.)
>
> rafael
>> @search ~ $ dot -V
>
> dot version 2.6 (Thu Jun 18 11:08:10 UTC 2009)
>
>
2013/4/10 Ken Kazinski <kjkazin...@yahoo.com>
> Rafael,
>
> Can you run dot from the command line (ie. "dot -h") and see the help
> screen?
>
>
>
> --- On *Wed, 4/10/13, Rafael <rsfalc...@gmail.com>* wrote:
>
>
> From: Rafael <rsfalc...@gmail.com>
> Subject: Re: [Doxygen-users] Fwd: How to generate doxygen call graph that
> includes class methods?
> To:
> Cc: "doxygen-users@lists.sourceforge.net" <
> doxygen-users@lists.sourceforge.net>
> Date: Wednesday, April 10, 2013, 1:17 PM
>
>
> bump
>
>
> 2013/3/8 Rafael
> <rsfalc...@gmail.com<http://us.mc1417.mail.yahoo.com/mc/compose?to=rsfalc...@gmail.com>
> >
>
> Hi,
>
> I still can't see the callgraph. Any ideas?
>
> Best,
>
> Rafael
>
>
> 2013/3/6 Rafael
> <rsfalc...@gmail.com<http://us.mc1417.mail.yahoo.com/mc/compose?to=rsfalc...@gmail.com>
> >
>
> Hi Jay,
>
> Thanks by your fast reply.
>
> I didn't try on smaller code because I assume that just works.
>
> I didn't realize that doxygen could generate errors until you told me. I
> had lots of errors in the `dot` command because it didn't support pdf with
> that version (2.6), I updated to the last one (2.30.1), but still no call
> graph to that class.
>
> Just in case, I updated my DOT_GRAPH_MAX_NODES to 250.
>
> I still have some warnings, but they have nothing to do with call graphs
> (Warnings like "include file $irrelevant_file not found", "no matching
> class member found for $irrelevant_class" and finally "argument 'optional'
> of command @param is not found in the argument list of $irrelevant_method").
>
> Best,
>
> Rafael
>
>
> 2013/3/5 Meyer, Jay (MPAU)
> <jay.me...@smiths-medical.com<http://us.mc1417.mail.yahoo.com/mc/compose?to=jay.me...@smiths-medical.com>
> >
>
> Have you tried this on a smaller sample of code to see how it works?****
> I do have success with this feature on my projects.****
> I used your doxyfile on one of my projects, and I get the call and caller
> graphs.****
> ** **
> Are there error messages in the doxy build?****
> Sometimes when a function generates a lot of references, you might need to
> change the DOT_GRAPH_MAX_NODES to get the graph drawn.****
> ** **
> *Jay Meyer*
> *Senior Software Engineer*
> *Smiths Medical North America*
> 1265 Grey Fox Road****
> St. Paul, MN 55112 USA****
> Tel: +1 651-628-7600****
> Fax: +1 651- 628-7093****
> www.smiths-medical.com****
> E-Mail:
> jay.me...@smiths-medical.com<http://us.mc1417.mail.yahoo.com/mc/compose?to=jay.me...@smiths-medical.com>
> ****
> ** **
> *From:* Rafael
> [mailto:rsfalc...@gmail.com<http://us.mc1417.mail.yahoo.com/mc/compose?to=rsfalc...@gmail.com>]
>
> *Sent:* Tuesday, March 05, 2013 3:44 PM
> *To:*
> doxygen-users@lists.sourceforge.net<http://us.mc1417.mail.yahoo.com/mc/compose?to=doxygen-users@lists.sourceforge.net>
> *Subject:* [Doxygen-users] Fwd: How to generate doxygen call graph that
> includes class methods?****
> ** **
> @moderator Sorry, wrong email address****
> ** **
> ---------- Forwarded message ----------
> From: *Rafael Silva* <****
> xxx****
>
> @gmail.com>
> Date: 2013/3/5
> Subject: How to generate doxygen call graph that includes class methods?
> To:
> doxygen-users@lists.sourceforge.net<http://us.mc1417.mail.yahoo.com/mc/compose?to=doxygen-users@lists.sourceforge.net>
>
> ****
> Hi,****
> ** **
> I have a huge C++ project developed by someone else which I'm trying to
> get a good view with doxygen.****
> I managed to properly configure doxygen to generate everything I need,
> except the callgraphs. They only show auxiliary functions, not the others
> class methods.****
> ** **
> Is there a way to show also the class methods?****
> ** **
> PS: this <http://pastebin.com/mysJ2CYE> is my `doxyfile`****
> PS2: I also asked this question on
> StackOverflow<http://stackoverflow.com/questions/15231698/how-to-generate-doxygen-call-graph-that-includes-class-methods>
> ****
> ** **
> Best****
> ** **
> Rafael****
> ** **
>
> ______________________________________________________________________
> CAUTION: This message was sent via the Public Internet and its
> authenticity cannot be guaranteed.****
>
> PROPRIETARY: This e-mail contains proprietary information some or all of
> which may be legally privileged. It is intended for the recipient only. If
> an addressing or transmission error has misdirected this e-mail, please
> notify the authority by replying to this e-mail. If you are not the
> intended recipient you must not use, disclose, distribute, copy, print, or
> rely on this e-mail.
>
>
>
>
>
> -----Inline Attachment Follows-----
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
>
> -----Inline Attachment Follows-----
>
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net<http://us.mc1417.mail.yahoo.com/mc/compose?to=Doxygen-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users