mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
Bring comment into line with use of libdom instead of libxml.
svn path=/trunk/netsurf/; revision=13718
This commit is contained in:
parent
d5a2701b38
commit
71325ca6d0
@ -20,7 +20,7 @@
|
||||
/** \file
|
||||
* Box tree construction and manipulation (interface).
|
||||
*
|
||||
* This stage of rendering converts a tree of xmlNodes (produced by libxml2)
|
||||
* This stage of rendering converts a tree of dom_nodes (produced by libdom)
|
||||
* to a tree of struct box. The box tree represents the structure of the
|
||||
* document as given by the CSS display and float properties.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user