empty family
This commit is contained in:
parent
f2473f85f8
commit
fed4e414d0
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ which means that this family is a container variable that contains no variable y
|
|||
It's because we don't have set any :term:`variable` inside yet. When we will have a variable inside of this family,
|
||||
we will make a YAML block (to create a block in YAML, you just need to indent the lines) and the Rougail's type inference engine will implicitely infer the variable's container as a family type.
|
||||
|
||||
.. important::
|
||||
|
||||
Any family that has been declared in a structure file but is empty (i.e., contains neither :term:`variables <variable>` nor :term:`subfamilies <subfamily>`) is deleted by Rougail, that is is not present in the Rougail CLI output.
|
||||
|
||||
Or a sub family
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue