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:
reduz
2020-11-09 14:12:01 -03:00
parent ed62876683
commit 11bf2ec6d1
3 changed files with 53 additions and 3 deletions
+2 -2
View File
@@ -2145,8 +2145,8 @@ static const char *_op_names[Variant::OP_MAX] = {
"-",
"*",
"/",
"- (negation)",
"+ (positive)",
"-",
"+",
"%",
"<<",
">>",