From cdf14280508633f91da75ab34b7b8adff5aae54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Knecht?= Date: Fri, 14 Dec 2012 00:11:33 +0100 Subject: [PATCH] Wrap long comment introduced in 27d7973 Signed-off-by: Sebastian Ramacher --- document.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/document.h b/document.h index b4dc6fa..113344e 100644 --- a/document.h +++ b/document.h @@ -170,7 +170,9 @@ void* zathura_document_get_data(zathura_document_t* document); 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[out] height,width The computed height and width of the cell