From 9f27a4838c8ab2fb269961803c204402f368216e Mon Sep 17 00:00:00 2001 From: geequlim Date: Sat, 5 Oct 2019 14:07:10 +0800 Subject: Format documentations to markdown only when needed --- modules/gdscript/language_server/gdscript_extend_parser.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/gdscript/language_server/gdscript_extend_parser.h') diff --git a/modules/gdscript/language_server/gdscript_extend_parser.h b/modules/gdscript/language_server/gdscript_extend_parser.h index 71db78c245..a6e0ca5534 100644 --- a/modules/gdscript/language_server/gdscript_extend_parser.h +++ b/modules/gdscript/language_server/gdscript_extend_parser.h @@ -75,11 +75,6 @@ class ExtendGDScriptParser : public GDScriptParser { Array member_completions; - String parse_documentation_as_markdown(int p_line, bool p_docs_down = false); - -public: - static String marked_documentation(const String &p_bbcode); - public: _FORCE_INLINE_ const String &get_path() const { return path; } _FORCE_INLINE_ const Vector &get_lines() const { return lines; } -- cgit v1.2.3