Make sure operators appear in the docs too
Add "operator" and "constructor" qualifiers to make it easier to see in the docs.
This commit is contained in:
parent
ed62876683
commit
11bf2ec6d1
3 changed files with 53 additions and 3 deletions
|
|
@ -2145,8 +2145,8 @@ static const char *_op_names[Variant::OP_MAX] = {
|
|||
"-",
|
||||
"*",
|
||||
"/",
|
||||
"- (negation)",
|
||||
"+ (positive)",
|
||||
"-",
|
||||
"+",
|
||||
"%",
|
||||
"<<",
|
||||
">>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue