This may sound like a request for a sci-fi function, but I'm wondering if Doxygen has one of the following two functions:
The generation of call / caller schedules after the preprocessor ran through the input file. Example:
#define MULTITHREADING 1
and then the code blocks are enabled or disabled, depending on whether MULTITHREADING is MULTITHREADING .
Description of confidence in the call using the arrows of the graph ... for example, a dashed line if the function is not always called (it is also in the branch or you have the option of return before calling the function.
source share