summaryrefslogtreecommitdiff
path: root/riscos
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 /riscos
parentea033c54d474113d6755ab19ad2c6b59e7ca1f01 (diff)
downloadnetsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.gz
netsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.bz2
Doxygen cleanups and documentation additions
Diffstat (limited to 'riscos')
-rw-r--r--riscos/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/print.c b/riscos/print.c
index 1d9ed3e43..829029eda 100644
--- a/riscos/print.c
+++ b/riscos/print.c
@@ -308,7 +308,7 @@ void print_update_sheets_shaded_state(bool on)
/**
* Send a message_PRINT_SAVE
*
- * \param c content to print
+ * \param h handle to content to print.
*/
void print_send_printsave(hlcache_handle *h)
@@ -799,7 +799,7 @@ error:
/**
* Declare fonts to the printer driver.
*
- * \param c content being printed
+ * \param h handle to content being printed
* \return 0 on success, error message on error
*/