mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Improve and fix GDScript documentation generation & behavior
Removes documentation generation (docgen) from the GDScript compiler to its own file. Adds support for GDScript enums and signal parameters and quite a few other assorted fixes and improvements.
This commit is contained in:
parent
6f1a52b017
commit
6783ff69c0
11 changed files with 431 additions and 347 deletions
|
@ -3317,7 +3317,7 @@ void ScriptEditor::_help_class_open(const String &p_class) {
|
|||
eh->set_name(p_class);
|
||||
tab_container->add_child(eh);
|
||||
_go_to_tab(tab_container->get_tab_count() - 1);
|
||||
eh->go_to_class(p_class, 0);
|
||||
eh->go_to_class(p_class);
|
||||
eh->connect("go_to_help", callable_mp(this, &ScriptEditor::_help_class_goto));
|
||||
_add_recent_script(p_class);
|
||||
_sort_list_on_update = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue