Update documentation

This commit is contained in:
Moritz Lipp 2012-02-09 02:58:53 +01:00
parent 851ef7cd7b
commit 900516d1f1
2 changed files with 3 additions and 2 deletions

View File

@ -491,7 +491,7 @@ zathura_plugin_error_t zathura_page_image_save(zathura_page_t* page, zathura_ima
* Get text for selection
* @param page Page
* @param rectangle Selection
* @error Set to an error value (see \ref zathura_plugin_error_t) if an error
* @param error Set to an error value (see \ref zathura_plugin_error_t) if an error
* occured
* @return The selected text (needs to be deallocated with g_free)
*/

View File

@ -74,7 +74,8 @@ void page_calculate_offset(zathura_page_t* page, page_offset_t* offset);
/**
* Rotate a rectangle by 0, 90, 180 or 270 degree
* @param rect the rectangle to rotate
*
* @param rectangle the rectangle to rotate
* @param degree rotation degree
* @param height the height of the enclosing rectangle
* @param width the width of the enclosing rectangle