summaryrefslogtreecommitdiff
path: root/desktop/save_complete.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
commit7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (patch)
tree34240b73e61a57917b4ac553c7cd1da34b411124 /desktop/save_complete.c
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/save_complete.c')
-rw-r--r--desktop/save_complete.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/desktop/save_complete.c b/desktop/save_complete.c
index fd58f5f8b..e5359e4f8 100644
--- a/desktop/save_complete.c
+++ b/desktop/save_complete.c
@@ -176,11 +176,12 @@ static bool save_complete_save_buffer(save_complete_ctx *ctx,
/**
* Rewrite stylesheet \@import rules for save complete.
*
- * \param source stylesheet source
- * \param size size of source
- * \param base url of stylesheet
- * \param osize updated with the size of the result
- * \return converted source, or NULL on out of memory
+ * \param ctx Save complete context.
+ * \param source stylesheet source.
+ * \param size size of source.
+ * \param base url of stylesheet.
+ * \param osize updated with the size of the result.
+ * \return converted source, or NULL on out of memory.
*/
static char *save_complete_rewrite_stylesheet_urls(save_complete_ctx *ctx,