Re: [Doxygen-users] Doxygen-warnings
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-09-02 07:48:50
|
Sai, 1) Looks like you have a bit of a big dependency graph, like the message said increase the DOT_GRAPH_MAX_NODES (in the Doxyfile) and also have a look at MAX_DOT_GRAPH_DEPTH. Are there more graphs that fail ? Regarding points 2 and 3 I'm not sure but might be a result of 1). I assume dot has been installed properly. Albert On Wed, Sep 2, 2015 at 7:55 AM, sai mrithyunjaya <ts...@gm...> wrote: > Hi All, > > We are trying to run *.c and .h* files through doxygen(1.8.10) and got > the below warnings: > > > 1) warning: Caller graph for > 'com.trwautomotive.das.rhapsody.apps.SkeletonCodeGeneratorChild.process' > not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES. > > 2) error: Problems running dot: exit code=-1, command='dot', > arguments='" > D:/doc/html/classcom_1_config_a328df2e18418091d70d01df1ad27f64c_cgraph.dot" > -Tpng -o > > "D: /doc/html/classcom_1 > _config_a328df2e18418091d70d01df1ad27f64c_cgraph.png"' > > 3) error: problems opening map file D:/ > doc/html/classcom_1_scan_code__coll__graph.map > > for inclusion in the docs! > > If you installed Graphviz/dot after a previous failing run, > > try deleting the output directory and rerun doxygen. > > > > Could anyone please help us to fix these warnings. > > > > > > Thank you > Sai > > > ------------------------------------------------------------------------------ > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |