fix: parse subtree for a dynamic

This commit is contained in:
egarette@silique.fr 2025-10-18 11:27:22 +02:00
parent a0843e08ca
commit afb85063ac

View file

@ -141,7 +141,7 @@ class RougailOutputDoc(Examples, Changelog):
type_ = "variable" type_ = "variable"
if child.isdynamic(): if child.isdynamic():
self.populate_dynamic(child, type_, reload, uncalculated) self.populate_dynamic(child, type_, reload, uncalculated)
if not uncalculated and child.isoptiondescription(): if child.isoptiondescription():
self._populate_dynamics(child, reload, uncalculated) self._populate_dynamics(child, reload, uncalculated)
for child in family.list(uncalculated=uncalculated): for child in family.list(uncalculated=uncalculated):
populate(child, uncalculated) populate(child, uncalculated)