diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-01-13 15:46:18 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-01-13 15:46:18 +0100 |
commit | 8146db3b77124a5a86a926b3733435898fe9b8fa (patch) | |
tree | 95cba5d0e11196172ef8a5499057a3b8e4be8fa2 /src | |
parent | cb3f8304e09c5647542a9822f396b300dd6a3f8b (diff) |
docs: generate correct eolian function signatures
Now signatures don't contain full class name, just func name.
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/elua/apps/gendoc.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/elua/apps/gendoc.lua b/src/scripts/elua/apps/gendoc.lua index dada2341c5..f878442eab 100644 --- a/src/scripts/elua/apps/gendoc.lua +++ b/src/scripts/elua/apps/gendoc.lua | |||
@@ -97,8 +97,6 @@ local gen_func_namesig = function(fn, cl, buf, isprop, isget, isset) | |||
97 | if isprop then | 97 | if isprop then |
98 | buf[#buf + 1] = "@property " | 98 | buf[#buf + 1] = "@property " |
99 | end | 99 | end |
100 | buf[#buf + 1] = cl:full_name_get() | ||
101 | buf[#buf + 1] = "." | ||
102 | buf[#buf + 1] = fn:name_get() | 100 | buf[#buf + 1] = fn:name_get() |
103 | buf[#buf + 1] = " " | 101 | buf[#buf + 1] = " " |
104 | if not isprop then | 102 | if not isprop then |