From 740387be8dc71d34811aa70fdba613dd85ebc651 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 16:21:23 +0000 Subject: Doxygen cleanups --- render/imagemap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'render/imagemap.c') diff --git a/render/imagemap.c b/render/imagemap.c index 707c6bc31..8f0fcd0a6 100644 --- a/render/imagemap.c +++ b/render/imagemap.c @@ -285,9 +285,10 @@ void imagemap_dump(html_content *c) /** * Adds an imagemap entry to the list * - * \param n The xmlNode representing the entry to add + * \param n The xmlNode representing the entry to add * \param base_url Base URL for resolving relative URLs - * \param entry Pointer to list of entries + * \param entry Pointer to list of entries + * \param tagtype The type of tag * \return false on memory exhaustion, true otherwise */ static bool @@ -582,8 +583,7 @@ static bool imagemap_extract_map(dom_node *node, html_content *c, /** * Extract all imagemaps from a document tree * - * \param c The content - * \param map_str A dom_string which is "map" + * \param c The content to extract imagemaps from. * \return false on memory exhaustion, true otherwise */ nserror @@ -712,7 +712,7 @@ imagemap_point_in_poly(int num, float *xpt, float *ypt, unsigned long x, /** * Retrieve url associated with imagemap entry * - * \param h The containing content + * \param c The containing content * \param key The map name to search for * \param x The left edge of the containing box * \param y The top edge of the containing box -- cgit v1.2.3