/// syncdoc-core: documentation injection helper macros
pub use ;
pub use inject_all_docs_impl;
/// 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.