C#: Do not use DocCache when generating glue code

This commit is contained in:
RedworkDE 2023-04-20 14:02:47 +02:00
parent db13026370
commit 692ad70fd7
3 changed files with 4 additions and 4 deletions

View file

@ -204,7 +204,7 @@ protected:
static void _bind_methods();
public:
static void generate_doc();
static void generate_doc(bool p_use_cache = true);
static DocTools *get_doc_data();
static void cleanup_doc();
static String get_cache_full_path();