summaryrefslogtreecommitdiffstats
path: root/aconf/model/field.lua
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-16 13:11:53 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-16 16:09:55 +0200
commit2cc92ad225ef0fd2756b44c9dc81c59fedbf2f20 (patch)
treeaa57385b8cb98d412169c0eacffc23f6f38f4e45 /aconf/model/field.lua
parent589156c6b29825e79642cf0d78bd9f6a46b47f96 (diff)
downloadaconf-2cc92ad225ef0fd2756b44c9dc81c59fedbf2f20.tar.bz2
aconf-2cc92ad225ef0fd2756b44c9dc81c59fedbf2f20.tar.xz
doc: add clarifications and clean up
Diffstat (limited to 'aconf/model/field.lua')
-rw-r--r--aconf/model/field.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/aconf/model/field.lua b/aconf/model/field.lua
index daaa9f4..70930d7 100644
--- a/aconf/model/field.lua
+++ b/aconf/model/field.lua
@@ -1,5 +1,5 @@
--[[
-Copyright (c) 2012-2015 Kaarle Ritvanen
+Copyright (c) 2012-2016 Kaarle Ritvanen
See LICENSE file for license details
--]]
@@ -450,10 +450,10 @@ function M.TreeNode:validate_saved(context)
end
---- model field, inherits @{Field}. The value of this field is a <a
--- href="#Model_objects">model object</a> conforming to the specified
--- model. A model field with default parameters is implicitly created
--- when a model is used in lieu of a @{Field}.
+--- model field, inherits @{Field}. The value of this field is a
+-- [model object](#Model_objects) conforming to the specified model. A
+-- model field with default parameters is implicitly created when a
+-- model is used in lieu of a @{Field}.
-- @klass Model
-- @param model (<i>[&lt;Model&gt;](#new)</i>) model describing the
-- structure of the model objects