summaryrefslogtreecommitdiff
path: root/desktop/print.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
commitd1f2d29e102a3c429c892c70a7125cad3add5fe0 (patch)
treed127b2b5668161dbe72b6fe104a231268a873ba4 /desktop/print.c
parentea033c54d474113d6755ab19ad2c6b59e7ca1f01 (diff)
downloadnetsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.gz
netsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.bz2
Doxygen cleanups and documentation additions
Diffstat (limited to 'desktop/print.c')
-rw-r--r--desktop/print.c3
1 files changed, 2 insertions, 1 deletions
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.
*/