diff options
| author | Rémi Verschelde | 2017-11-15 18:45:34 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 20:41:16 +0100 |
| commit | e7701bb2de30c554f52dc9d3f0110b4001ae18ad (patch) | |
| tree | 34ed972df2edbb14b5fcf70e59315eff459bc310 /editor/doc/doc_data.cpp | |
| parent | 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 (diff) | |
| download | godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.tar.gz godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.tar.zst godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.zip | |
Diffstat (limited to 'editor/doc/doc_data.cpp')
| -rw-r--r-- | editor/doc/doc_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp index 2a0cd00c2..f7f823c94 100644 --- a/editor/doc/doc_data.cpp +++ b/editor/doc/doc_data.cpp @@ -530,7 +530,7 @@ void DocData::generate(bool p_basic_types) { { - String cname = "@Global Scope"; + String cname = "@GlobalScope"; class_list[cname] = ClassDoc(); ClassDoc &c = class_list[cname]; c.name = cname; |
