# HG changeset patch # User jbe # Date 1407786863 -7200 # Node ID e81669ae2e4dd7ac63d4e3ae5ca56ad6d7f320df # Parent ce8fd7767b38050041a5bb286fa2b332715efd3d Fix in autodoc.lua to allow ellipsis in return values diff -r ce8fd7767b38 -r e81669ae2e4d framework/bin/autodoc.lua --- a/framework/bin/autodoc.lua Mon Aug 11 21:29:46 2014 +0200 +++ b/framework/bin/autodoc.lua Mon Aug 11 21:54:23 2014 +0200 @@ -62,7 +62,7 @@ table.concat(stripped_synopsis, " "), "[%s]+", " " ) local func_call = string.match( - concatted_synopsis, "^[A-Za-z0-9_, ]+= ?(.-) ?$" + concatted_synopsis, "^[A-Za-z0-9_,. ]+= ?(.-) ?$" ) if not func_call then func_call = string.match(