summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-10-31 23:18:32 +0100
committerGitHub <noreply@github.com>2021-10-31 23:18:32 +0100
commit1dd742777a427c9b96c34d87c218bd3ec30a0224 (patch)
treed850e5852f0b75713ba2452bc112e015a0766740 /editor/editor_help.h
parent1aef3a42b234b86c5db21d5a64509453e6bf145c (diff)
parent6772ebcea00df6d01be5b333e7b5a5fff1c7a27a (diff)
downloadredot-engine-1dd742777a427c9b96c34d87c218bd3ec30a0224.tar.gz
Merge pull request #53452 from aaronfranke/who-let-the-docs-out
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r--editor/editor_help.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h
index 46605b6763..c0f3f66505 100644
--- a/editor/editor_help.h
+++ b/editor/editor_help.h
@@ -152,6 +152,8 @@ class EditorHelp : public VBoxContainer {
Error _goto_desc(const String &p_class, int p_vscr = -1);
//void _update_history_buttons();
+ void _update_method_list(const Vector<DocData::MethodDoc> p_methods, bool &r_method_descrpitons);
+ void _update_method_descriptions(const DocData::ClassDoc p_classdoc, const Vector<DocData::MethodDoc> p_methods, const String &p_method_type);
void _update_doc();
void _request_help(const String &p_string);