Add Variant to the list of clases, so it can be documented (make sure it can't be documented that it can't be used). Closes #5237
This commit is contained in:
parent
ac6257bf8a
commit
ea6c8d5b8b
1 changed files with 6 additions and 0 deletions
|
@ -455,6 +455,12 @@ void DocData::generate(bool p_basic_types) {
|
|||
}
|
||||
|
||||
|
||||
{
|
||||
//so it can be documented that it does not exist
|
||||
class_list["Variant"]=ClassDoc();
|
||||
class_list["Variant"].name="Variant";
|
||||
}
|
||||
|
||||
if (!p_basic_types)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue