add comment

This commit is contained in:
Niko Matsakis 2012-03-27 17:11:43 -07:00
parent 57ae567777
commit b6f3bda0a4

View file

@ -59,6 +59,11 @@ fn linked_box(n: node) -> box {
fn reflow_block(root: box, available_width: au) {
// Root here is the root of the reflow, not necessarily the doc as
// a whole.
//
// This routine:
// - generates root.bounds.size
// - generates root.bounds.origin for each child
// - and recursively computes the bounds for each child
alt root.node.get().kind {
nk_img(size) {