APIDump: Added equality operator renaming.
This commit is contained in:
parent
9e19d598d0
commit
4cbe24d2e8
@ -362,6 +362,9 @@ function ReadDescriptions(a_API)
|
|||||||
elseif (fn.Name == ".sub") then
|
elseif (fn.Name == ".sub") then
|
||||||
fn.DocID = "operator_sub";
|
fn.DocID = "operator_sub";
|
||||||
fn.Name = "<i>operator -</i>";
|
fn.Name = "<i>operator -</i>";
|
||||||
|
elseif (fn.Name == ".eq") then
|
||||||
|
fn.DocID = "operator_sub";
|
||||||
|
fn.Name = "<i>operator ==</i>";
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user