webmcp

changeset 353:f28b3c671378

Fixed indentation of autodoc comments
author jbe
date Thu Mar 26 16:55:13 2015 +0100 (2015-03-26)
parents 2b5bdf9028fb
children e7e51bcf47d1
files framework/env/execute/action.lua framework/env/execute/view.lua
line diff
     1.1 --- a/framework/env/execute/action.lua	Thu Mar 26 16:40:04 2015 +0100
     1.2 +++ b/framework/env/execute/action.lua	Thu Mar 26 16:55:13 2015 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  --[[--
     1.5 -action_status =     -- status code returned by the action (a string), or, if "test_existence" == true, a boolean
     1.6 +action_status =                    -- status code returned by action (a string), or, if "test_existence" == true, a boolean
     1.7  execute.action{
     1.8    module         = module,         -- module name of the action to be executed
     1.9    action         = action,         -- name of the action to be executed
     2.1 --- a/framework/env/execute/view.lua	Thu Mar 26 16:40:04 2015 +0100
     2.2 +++ b/framework/env/execute/view.lua	Thu Mar 26 16:55:13 2015 +0100
     2.3 @@ -1,10 +1,10 @@
     2.4  --[[--
     2.5 -view_exists =       -- boolean returned if "test_existence" is set to true, otherwise no value returned
     2.6 +view_exists =                      -- boolean returned if "test_existence" is set to true, otherwise no value returned
     2.7  execute.view{
     2.8 -  module = module,  -- module name of the view to be executed
     2.9 -  view   = view,    -- name of the view to be executed
    2.10 -  id     = id,      -- id to be returned by param.get_id(...) during execution
    2.11 -  params = params,   -- parameters to be returned by param.get(...) during execution
    2.12 +  module         = module,         -- module name of the view to be executed
    2.13 +  view           = view,           -- name of the view to be executed
    2.14 +  id             = id,             -- id to be returned by param.get_id(...) during execution
    2.15 +  params         = params,         -- parameters to be returned by param.get(...) during execution
    2.16    test_existence = test_existence  -- do not execute view but only check if it exists
    2.17  }
    2.18  

Impressum / About Us