mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Refactor DocData into core and editor (DocTools) parts
This commit is contained in:
parent
d0e7d9b62f
commit
42bfa16996
30 changed files with 390 additions and 261 deletions
|
@ -193,6 +193,10 @@ bool GDScriptLanguage::supports_builtin_mode() const {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool GDScriptLanguage::supports_documentation() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
int GDScriptLanguage::find_function(const String &p_function, const String &p_code) const {
|
||||
GDScriptTokenizer tokenizer;
|
||||
tokenizer.set_source_code(p_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue