empty family

This commit is contained in:
gwen 2026-05-02 10:15:50 +02:00
parent f2473f85f8
commit fed4e414d0

View file

@ -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, 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. 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 Or a sub family
---------------- ----------------