Add layout_get_object_dimensions param documentation missing from last commit.

svn path=/trunk/netsurf/; revision=12871
This commit is contained in:
Michael Drake 2011-09-23 17:42:25 +00:00
parent 9e91992478
commit 9854ad6313
1 changed files with 2 additions and 0 deletions

View File

@ -1012,6 +1012,8 @@ bool layout_block_object(struct box *block)
* \param box Box with object
* \param width Width value in px or AUTO. If AUTO, updated to value in px.
* \param height Height value in px or AUTO. If AUTO, updated to value in px.
* \param min_width Box's min width, as given by layout_find_dimensions.
* \param max_width Box's max width, as given by layout_find_dimensions.
*
* See CSS 2.1 sections 10.3 and 10.6.
*/