[Doxygen-develop] CALL_GRAPH is missing function
Brought to you by:
dimitri
From: Stefan K. <ko...@im...> - 2003-12-11 13:48:03
|
hi dimitri, for the following code the callgraph is missing the gitk_init() function, but has two arows pointing to gitk-done(). The graph is attached. int test_gitk_init(void { gitk_init(&test_argc,&test_argvptr,PACKAGE,LOCALEDIR); gitk_done(); } If have used the following statements in Doxyfile : PREDEFINED = "LOCALEDIR=\"/usr/share/locale\"" EXCLUDE_PATTERNS = config.h 1.) How can I verify that the parser not stumbles upon something like gitk_init(&test_argc,&test_argvptr,,); due to uninitialized macros. Is the above definition for PREDEFINED correct when I want LOCALEDIR to resolve to "/usr/share/locale"? 2.) When I ask that "config.h" should be excluded from the documentation, will doxygen still read the file when it hits an include statement, so that the defines from that file are expanded? Ciao Stefan -- \|/ Stefan Kost <@ @> private business +-oOO-(_)-OOo------------------------------------------------------ - - - - - | __ Address Simildenstr. 5 HTWK Leipzig, Fb IMN, Postfach 301166 | /// 04277 Leipzig 04251 Leipzig | __ /// Germany Germany | \\\/// Phone +49341 2253538 +49341 30766101 | \__/ EMail st_kost_at_gmx.net kost_at_imn.htwk-leipzig.de | WWW www.sonicpulse.de www.imn.htwk-leipzig.de/~kost/about.html ===-=-=--=---=---------------------------------- - - - - - |