Wrap long comment introduced in 27d7973

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Benoît Knecht 2012-12-14 00:11:33 +01:00 committed by Sebastian Ramacher
parent 92c26ed28d
commit cdf1428050

View file

@ -170,7 +170,9 @@ void* zathura_document_get_data(zathura_document_t* document);
void zathura_document_set_data(zathura_document_t* document, void* data); void zathura_document_set_data(zathura_document_t* document, void* data);
/** /**
* Computes the size of a cell in the document's layout table, assuming that the table is homogeneous (i.e. every cell has the same dimensions). It takes the current scale into account. * Computes the size of a cell in the document's layout table, assuming that
* the table is homogeneous (i.e. every cell has the same dimensions). It takes
* the current scale into account.
* *
* @param[in] document The document instance * @param[in] document The document instance
* @param[out] height,width The computed height and width of the cell * @param[out] height,width The computed height and width of the cell