diff options
author | Brian Anderson <banderson@mozilla.com> | 2012-05-03 17:46:12 -0700 |
---|---|---|
committer | Brian Anderson <banderson@mozilla.com> | 2012-05-03 17:46:30 -0700 |
commit | 731416b00c2f91e627daaaa0b407b866ea02aa1c (patch) | |
tree | e374a4541fdf890fede5450c3557a92029d377b0 /src/servo | |
parent | bbd7322b1b0621da5285ba5e4389146389b7460e (diff) | |
download | servo-731416b00c2f91e627daaaa0b407b866ea02aa1c.tar.gz servo-731416b00c2f91e627daaaa0b407b866ea02aa1c.zip |
Update docs for layout mod
Diffstat (limited to 'src/servo')
-rw-r--r-- | src/servo/layout/layout.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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 "]; |