You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: Fix and improve doc comment parsing
This commit is contained in:
@@ -187,6 +187,8 @@ public:
|
||||
#ifdef TOOLS_ENABLED
|
||||
struct CommentData {
|
||||
String comment;
|
||||
// true: Comment starts at beginning of line or after indentation.
|
||||
// false: Inline comment (starts after some code).
|
||||
bool new_line = false;
|
||||
CommentData() {}
|
||||
CommentData(const String &p_comment, bool p_new_line) {
|
||||
|
||||
Reference in New Issue
Block a user