Re: [Live-devel] Need help with "doxygen" - generating inheritance graphs

2016-04-05 Thread Ross Finlayson
> On Apr 5, 2016, at 11:52 AM, Warren Young wrote: > > On Apr 4, 2016, at 11:03 AM, Ross Finlayson wrote: >> >> dot: not found > > dot is a separate tool, part of graphviz, which draws the inheritance graphs. > > Without dot, no graphs. Thanks. That was the problem; somehow my “graphviz” p

Re: [Live-devel] Need help with "doxygen" - generating inheritance graphs

2016-04-04 Thread Jeff Shanab
Sorry, I cannot. On a side note, I just stumbled across something you may be interested in for a live site. (yeah got it, pun intended) http://doxygraph.sourceforge.net/ I found it useful because it lets me look at a subset interactively. On Mon, Apr 4, 2016 at 1:03 PM, Ross Finlayson wrote:

Re: [Live-devel] Need help with "doxygen" - generating inheritance graphs

2016-04-04 Thread Warren Young
On Apr 4, 2016, at 11:03 AM, Ross Finlayson wrote: > > dot: not found dot is a separate tool, part of graphviz, which draws the inheritance graphs. Without dot, no graphs. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.

[Live-devel] Need help with "doxygen" - generating inheritance graphs

2016-04-04 Thread Ross Finlayson
I notice that inheritance and collaboration graphs for our “doxygen”-generated online documentation are no longer showing up - e.g. at http://live555.com/liveMedia/doxygen/html/classMedium.html I am generating this documentation by running doxygen doxygen.conf using the attached c