summaryrefslogtreecommitdiff
path: root/render/imagemap.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
commit740387be8dc71d34811aa70fdba613dd85ebc651 (patch)
treed2a622b63bb734a15d44720916b9692be4bbd240 /render/imagemap.c
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/imagemap.c')
-rw-r--r--render/imagemap.c10
1 files changed, 5 insertions, 5 deletions
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