You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Format documentations to markdown only when needed
This commit is contained in:
@@ -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<String> &get_lines() const { return lines; }
|
||||
|
||||
Reference in New Issue
Block a user