[Doxygen-users] Preprocessing : #if #endif conditions inside functions
Brought to you by:
dimitri
|
From: walid e. <wal...@gm...> - 2016-06-02 11:11:15
|
Hi all, I have the case of a code base with multiple #if #endif conditions outside and inside the functions. When generating the dot files with Doxygen, the conditions outside the functions are treated correctly (parts of code in a false condition are deleted). But for the #if #endif conditions inside the functions, the code is always considered, even when conditions are false. I checked the result of the preprocessing and it seems to be correct, but when generating the dot files and the call graph, functions which normally are deleted during preprocessing are there. Is there a configuration in Doxygen to parameter a complete conditional compilation ? Thank you, Best regards, Walid |