Fixes and tweaks for C++ API reference docs generation

This commit is contained in:
Wojciech Figat
2021-12-01 17:59:28 +01:00
parent aacc336c2c
commit 653c209567
10 changed files with 24 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
#pragma once
#if PLATFORM_LINUX
// Hide warning from old headers
#define register
@@ -38,3 +40,5 @@ namespace X11
#undef Status
#undef True
#undef False
#endif