summaryrefslogtreecommitdiffstats
path: root/aconf/model/model.lua
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-09 17:38:08 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-18 23:02:34 +0200
commit88a2ee4783d15c74f735f26c48b621b5e848d334 (patch)
treed93cdd85a385060861fea9d6b715e8e4594c6442 /aconf/model/model.lua
parentc248dca6eeaa6994fc3ab663f431238266417241 (diff)
downloadaconf-88a2ee4783d15c74f735f26c48b621b5e848d334.tar.bz2
aconf-88a2ee4783d15c74f735f26c48b621b5e848d334.tar.xz
doc: describe functionality used in the dns-zone module
Diffstat (limited to 'aconf/model/model.lua')
-rw-r--r--aconf/model/model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/aconf/model/model.lua b/aconf/model/model.lua
index 3a28d90..ba6d004 100644
--- a/aconf/model/model.lua
+++ b/aconf/model/model.lua
@@ -71,8 +71,8 @@ end
-- structure. The model's fields can be defined by assigning it
-- key&ndash;value pairs. The key will be the name of the field and
-- the value will determine its type. The value shall be a [field
--- constructor](#Field_constructors), an instance of field, or another
--- **&lt;Model&gt;**.
+-- class](#Overview_of_field_classes), an instance of field, or
+-- another **&lt;Model&gt;**.
-- @param base (optional <i>**&lt;Model&gt;**</i>) base model
-- inherited by the new model.
-- @return <i>**&lt;Model&gt;**</i> new model