mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Invalidate the DocCache when updating the xml docs
This commit is contained in:
@@ -2258,7 +2258,7 @@ String EditorHelp::get_cache_full_path() {
|
||||
static bool first_attempt = true;
|
||||
|
||||
static String _compute_doc_version_hash() {
|
||||
return uitos(ClassDB::get_api_hash(ClassDB::API_CORE)) + "-" + uitos(ClassDB::get_api_hash(ClassDB::API_EDITOR));
|
||||
return vformat("%d/%d/%s", ClassDB::get_api_hash(ClassDB::API_CORE), ClassDB::get_api_hash(ClassDB::API_EDITOR), _doc_data_hash);
|
||||
}
|
||||
|
||||
void EditorHelp::_load_doc_thread(void *p_udata) {
|
||||
|
||||
Reference in New Issue
Block a user