[Doxygen-users] include graph
Brought to you by:
dimitri
From: Paul B. <pee...@ya...> - 2001-12-20 20:08:07
|
I am a new user of Doxygen. I am trying to create a graph showing include dependencies but I am not seeing any graph in the generated documentation. I have set all the required tags as listed in # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. and I am also using 'dot'. I am running doxygen in a single directory which contains a number of C++ classes, and at least one .H file includes another .H file in the same directory (that's apart from included .H files from outside that directory). So I figure I should be seeing at least the include of the local .H, shown as a graph. Can anyone help, or point me to an example of how to create an include dependency graph? Thanks, Paul. __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com |