From d1f2d29e102a3c429c892c70a7125cad3add5fe0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 10 Nov 2014 17:00:15 +0000 Subject: Doxygen cleanups and documentation additions --- desktop/print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index 9b698f707..1f77c8ba4 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -217,6 +217,7 @@ bool print_apply_settings(hlcache_handle *content, * * \param content The original content * \param printer The printer interface for the printer to be used + * \param settings The print settings to use. * \return true if successful, false otherwise */ bool print_cleanup(hlcache_handle *content, const struct printer *printer, @@ -241,7 +242,7 @@ bool print_cleanup(hlcache_handle *content, const struct printer *printer, * * \param configuration the requested configuration * \param filename the filename or NULL - * \param font handling functions + * \param font_func font handling functions * \return print_settings in case if successful, NULL if unknown * configuration or lack of memory. */ -- cgit v1.2.3