summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-24 14:02:31 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-24 14:02:31 +0000
commitd9a2c7b9c155256a322e66ce3aec6dfe0147941c (patch)
tree5a8b8eaf62486c02aa33d1b8a5f71b03b7c056bb /desktop
parent07c8ea22a5b1d8e10db20a24127332da8c7e2b72 (diff)
downloadnetsurf-d9a2c7b9c155256a322e66ce3aec6dfe0147941c.tar.gz
netsurf-d9a2c7b9c155256a322e66ce3aec6dfe0147941c.tar.bz2
fix some doxygen errors
Diffstat (limited to 'desktop')
-rw-r--r--desktop/knockout.c2
-rw-r--r--desktop/save_complete.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/knockout.c b/desktop/knockout.c
index ee66c17d2..7e964fc84 100644
--- a/desktop/knockout.c
+++ b/desktop/knockout.c
@@ -609,7 +609,7 @@ knockout_plot_line(const struct redraw_context *ctx,
* rule.
*
* \param ctx The current redraw context.
- * \param style Style controlling the polygon plot.
+ * \param pstyle Style controlling the polygon plot.
* \param p verticies of polygon
* \param n number of verticies.
* \return NSERROR_OK on success else error code.
diff --git a/desktop/save_complete.c b/desktop/save_complete.c
index f8f005743..d6fb2feb1 100644
--- a/desktop/save_complete.c
+++ b/desktop/save_complete.c
@@ -637,9 +637,9 @@ static bool save_complete_handle_attr_value(save_complete_ctx *ctx,
*
* Attribute: Elements:
*
- * 1) data <object>
- * 2) href <a> <area> <link>
- * 3) src <script> <input> <frame> <iframe> <img>
+ * 1) data object
+ * 2) href a, area, link
+ * 3) src script, input, frame, iframe, img
* 4) background any (except those above)
*/
/* 1 */