Expand description
Emission of a crate::source::SourceDocument from a validated
LayoutPlan.
The walk is shared between the structural validation pass (dry_walk_validate)
and the real emission (emit); both use the same control flow so that
validation mirrors what emission would produce.