docs: generate correct eolian function signatures
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 13 Jan 2017 14:46:18 +0000 (15:46 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 13 Jan 2017 14:46:18 +0000 (15:46 +0100)
Now signatures don't contain full class name, just func name.

src/scripts/elua/apps/gendoc.lua

index dada234..f878442 100644 (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