C#: Do not use DocCache when generating glue code
This commit is contained in:
parent
db13026370
commit
692ad70fd7
3 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue