webmcp

changeset 320:e3e2a03f75b2

Fixes in autodoc comments
author jbe
date Mon Mar 23 19:23:33 2015 +0100 (2015-03-23)
parents 6bb85c1bf11a
children 1fcdd5c6f498
files framework/env/auth/openid/_normalize_url.lua framework/env/request/handler.lua framework/env/request/initialize.lua framework/env/trace/sql.lua libraries/atom/atom.lua
line diff
     1.1 --- a/framework/env/auth/openid/_normalize_url.lua	Mon Mar 23 19:18:28 2015 +0100
     1.2 +++ b/framework/env/auth/openid/_normalize_url.lua	Mon Mar 23 19:23:33 2015 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  --[[--
     1.5 -url,                         -- normalized URL or nil
     1.6 +url =                        -- normalized URL or nil
     1.7  auth.openid._normalize_url(
     1.8    url                        -- unnormalized URL
     1.9  )
     2.1 --- a/framework/env/request/handler.lua	Mon Mar 23 19:18:28 2015 +0100
     2.2 +++ b/framework/env/request/handler.lua	Mon Mar 23 19:23:33 2015 +0100
     2.3 @@ -255,15 +255,3 @@
     2.4    end
     2.5  
     2.6  end
     2.7 -
     2.8 ---//--
     2.9 -
    2.10 ---[[--
    2.11 -app  -- table to store an application state
    2.12 -
    2.13 -'app' is a global table for storing any application state data. It will be reset for every request.
    2.14 ---]]--
    2.15 -
    2.16 --- Initialized in request.handler(...).
    2.17 -
    2.18 ---//--
     3.1 --- a/framework/env/request/initialize.lua	Mon Mar 23 19:18:28 2015 +0100
     3.2 +++ b/framework/env/request/initialize.lua	Mon Mar 23 19:23:33 2015 +0100
     3.3 @@ -13,3 +13,14 @@
     3.4      end
     3.5    end
     3.6  end
     3.7 +--//--
     3.8 +
     3.9 +--[[--
    3.10 +app  -- table to store an application state
    3.11 +
    3.12 +'app' is a global table for storing any application state data. It will be reset for every request.
    3.13 +--]]--
    3.14 +
    3.15 +-- Initialized in request.initialize(...).
    3.16 +
    3.17 +--//--
     4.1 --- a/framework/env/trace/sql.lua	Mon Mar 23 19:18:28 2015 +0100
     4.2 +++ b/framework/env/trace/sql.lua	Mon Mar 23 19:23:33 2015 +0100
     4.3 @@ -5,12 +5,10 @@
     4.4    error_position = error_position   -- optional position in bytes where an error occurred
     4.5  }
     4.6  
     4.7 -This command can be used to log SQL command execution. It is currently not invoked automatically.
     4.8 +This command is used to log SQL command execution. It does not need to be invoked manually.
     4.9  
    4.10  --]]--
    4.11  
    4.12 --- TODO: automatic use of this function?
    4.13 -
    4.14  function trace.sql(args)
    4.15    if not trace._disabled then
    4.16      local command = args.command
     5.1 --- a/libraries/atom/atom.lua	Mon Mar 23 19:18:28 2015 +0100
     5.2 +++ b/libraries/atom/atom.lua	Mon Mar 23 19:23:33 2015 +0100
     5.3 @@ -1078,7 +1078,7 @@
     5.4  --//--
     5.5  
     5.6  --[[--
     5.7 -timestamp.invalid
     5.8 +atom.timestamp.invalid
     5.9  
    5.10  Value representing an invalid timestamp.
    5.11  

Impressum / About Us