I have a problem where Doxygen will not make a call graph for this function. I have ENABLE_PREPROCESSING --> NO so I assume it will ignore all preprocessing statements but it will still not show this one function. I have multiple preprocessing statements in this block of code that will show up when I turn preprocessing off except for one. Does anyone know hot to check or fix this problem?
ifdef DEVICE
enable_gateway(); // <--- no flow chart graph call.
endif
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem where Doxygen will not make a call graph for this function. I have ENABLE_PREPROCESSING --> NO so I assume it will ignore all preprocessing statements but it will still not show this one function. I have multiple preprocessing statements in this block of code that will show up when I turn preprocessing off except for one. Does anyone know hot to check or fix this problem?
ifdef DEVICE
enable_gateway(); // <--- no flow chart graph call.
endif