servo: Update docs for layout mod

Source-Repo: https://github.com/servo/servo
Source-Revision: 731416b00c2f91e627daaaa0b407b866ea02aa1c
This commit is contained in:
Brian Anderson 2012-05-03 17:46:12 -07:00
Родитель b38e53b077
Коммит 4ffbb8a60d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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
"];