1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Re-enable docs cache with fixes

This commit is contained in:
Pedro J. Estébanez
2023-06-23 16:39:51 +02:00
parent cdd2313ba2
commit cac4d44cde
6 changed files with 26 additions and 45 deletions

View File

@@ -155,7 +155,7 @@ public:
#endif
static APIType current_api;
static HashMap<APIType, uint64_t> api_hashes_cache;
static HashMap<APIType, uint32_t> api_hashes_cache;
static void _add_class2(const StringName &p_class, const StringName &p_inherits);
@@ -246,7 +246,7 @@ public:
static APIType get_api_type(const StringName &p_class);
static uint64_t get_api_hash(APIType p_api);
static uint32_t get_api_hash(APIType p_api);
template <typename>
struct member_function_traits;