1
0

APIDump: Added equality operator renaming.

This commit is contained in:
madmaxoft 2013-09-30 20:45:13 +02:00
parent 9e19d598d0
commit 4cbe24d2e8

View File

@ -362,6 +362,9 @@ function ReadDescriptions(a_API)
elseif (fn.Name == ".sub") then
fn.DocID = "operator_sub";
fn.Name = "<i>operator -</i>";
elseif (fn.Name == ".eq") then
fn.DocID = "operator_sub";
fn.Name = "<i>operator ==</i>";
end
end