From 731416b00c2f91e627daaaa0b407b866ea02aa1c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 3 May 2012 17:46:12 -0700 Subject: [PATCH] Update docs for layout mod --- src/servo/layout/layout.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/servo/layout/layout.rs b/src/servo/layout/layout.rs index 1379ebf4c8a..70a38ef0dba 100644 --- a/src/servo/layout/layout.rs +++ b/src/servo/layout/layout.rs @@ -1,6 +1,7 @@ #[doc = " -Builds display lists on request and passes them to the renderer +The layout task. Performs layout on the dom, builds display lists and sends +them to be rendered "];