GNOME Bugzilla – Bug 707641
`FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHS
Last modified: 2013-12-24 19:00:12 UTC
Created attachment 254273 [details] A script to reproduce the bug Bug report: `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHS ======================================= CALL/CALLER graphs are not created if FILTER_SOURCE_FILES=NO and a filter is used. It is not possible to view the graphs and browse the original source files at the same time. Attached is a tgz file with a sample code, a sample filter and a script which will reproduce the error. ## Reproduce the error: When running the attached `./test_error.sh`, two output directories are created: - `works_fine` shows the `CALL_GRAPHS` and `CALLER_GRAPHS` properly at the expense of browsing the filtered sources (I prefer the unfiltered version). - `no_caller_graphs` fails to generate the `CALL_GRAPHS` and `CALLER_GRAPHS`. The only difference in the setup is: `FILTER_SOURCE_FILES = NO`. I would expect to browse the unfiltered source files but to be able to see the call graphs. Thanks in advance for any support. Any help or suggestion will be appreciated. Sergio
Pull request to fix this bug available at: https://github.com/doxygen/doxygen/pull/35
Thanks, I'll include an improved version of your patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).