docs: generate correct eolian function signatures

Now signatures don't contain full class name, just func name.
This commit is contained in:
Daniel Kolesa 2017-01-13 15:46:18 +01:00
parent cb3f8304e0
commit 8146db3b77
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@ local gen_func_namesig = function(fn, cl, buf, isprop, isget, isset)
if isprop then
buf[#buf + 1] = "@property "
end
buf[#buf + 1] = cl:full_name_get()
buf[#buf + 1] = "."
buf[#buf + 1] = fn:name_get()
buf[#buf + 1] = " "
if not isprop then