summaryrefslogtreecommitdiffstats
path: root/aconf/model/field.lua
diff options
context:
space:
mode:
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