From 88a2ee4783d15c74f735f26c48b621b5e848d334 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 9 Dec 2016 17:38:08 +0200 Subject: doc: describe functionality used in the dns-zone module --- aconf/model/model.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aconf/model/model.lua') 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–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 --- **<Model>**. +-- class](#Overview_of_field_classes), an instance of field, or +-- another **<Model>**. -- @param base (optional **<Model>**) base model -- inherited by the new model. -- @return **<Model>** new model -- cgit v1.2.3