mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Add param comments to layout_block_find_dimensions.
svn path=/trunk/netsurf/; revision=5267
This commit is contained in:
parent
0187cbc40f
commit
40f20b439e
@ -644,6 +644,10 @@ bool layout_block_object(struct box *block)
|
||||
* Compute dimensions of box, margins, paddings, and borders for a block-level
|
||||
* element.
|
||||
*
|
||||
* \param available_width Max width available in pixels
|
||||
* \param box box to find dimensions of. updated with new width,
|
||||
* height, margins, borders and paddings
|
||||
*
|
||||
* See CSS 2.1 10.3.3, 10.3.4, 10.6.2, and 10.6.3.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user