Add param comments to layout_block_find_dimensions.

svn path=/trunk/netsurf/; revision=5267
This commit is contained in:
Michael Drake 2008-09-07 10:05:23 +00:00
parent 0187cbc40f
commit 40f20b439e

View File

@ -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.
*/