Chris - 2013-08-22

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