doc: Rename "@Global Scope" to "@GlobalScope"
Spaces in filenames are evil.
This commit is contained in:
parent
967bfb0c4a
commit
e7701bb2de
17 changed files with 33 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue