syncdoc_debug

Macro syncdoc_debug 

Source
macro_rules! syncdoc_debug {
    ($($arg:tt)*) => { ... };
}
Expand description

Macro for debug output in syncdoc.

Prints to stderr only if debug output is enabled via the atomic flag (tests do this using ctor) or the SYNCDOC_DEBUG environment variable at startup.