Re: [Doxygen-users] graphing question
Brought to you by:
dimitri
From: Relson, D. <dav...@as...> - 2007-05-23 19:45:55
|
Never mind... Some digging into doxyfile found HIDE_UNDOC_MEMBERS which was the cause of my trouble. -----Original Message----- From: dox...@li... [mailto:dox...@li...] On Behalf Of Relson, David Sent: Wednesday, May 23, 2007 2:33 PM To: Dox...@li... Subject: [Doxygen-users] graphing question I've got one project for which doxygen generates caller/callee graphs just fine. Today I created a new project and doxygen doesn't include any graphs for it. As a test, I created a very small (3 file) test project. The files are main.c, test.c, and hello.c and each file has 1 function (with matching name). Function main() just calls function test() which calls hello() which prints "Hello World". The corresponding #include files also exist. The doxygen output appears fine -- except that there are _no_ graphs. Why is doxygen including graphs with 1 set of source/include files but not another? The problem is occurring on WinXP Pro running cygwin, doxygen-1.5.2, and graphviz 10.6626. Thanks. David P.S. I've attached a tarball with the involved files. |