webmcp
diff framework/env/execute/view.lua @ 353:f28b3c671378
Fixed indentation of autodoc comments
| author | jbe |
|---|---|
| date | Thu Mar 26 16:55:13 2015 +0100 (2015-03-26) |
| parents | 2b5bdf9028fb |
| children |
line diff
1.1 --- a/framework/env/execute/view.lua Thu Mar 26 16:40:04 2015 +0100 1.2 +++ b/framework/env/execute/view.lua Thu Mar 26 16:55:13 2015 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 --[[-- 1.5 -view_exists = -- boolean returned if "test_existence" is set to true, otherwise no value returned 1.6 +view_exists = -- boolean returned if "test_existence" is set to true, otherwise no value returned 1.7 execute.view{ 1.8 - module = module, -- module name of the view to be executed 1.9 - view = view, -- name of the view to be executed 1.10 - id = id, -- id to be returned by param.get_id(...) during execution 1.11 - params = params, -- parameters to be returned by param.get(...) during execution 1.12 + module = module, -- module name of the view to be executed 1.13 + view = view, -- name of the view to be executed 1.14 + id = id, -- id to be returned by param.get_id(...) during execution 1.15 + params = params, -- parameters to be returned by param.get(...) during execution 1.16 test_existence = test_existence -- do not execute view but only check if it exists 1.17 } 1.18