When using `clang-doc` on C++ sources that make use of `bool` they get output as `_Bool` in the yaml and markdown formats. Input: `static bool ProcessEvents()` Output `static _Bool ProcessEvents()`