summaryrefslogtreecommitdiff
path: root/render/box_construct.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/box_construct.c
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index a5e0069b7..97bc11106 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -2717,8 +2717,8 @@ no_memory:
/**
* Add an option to a form select control (helper function for box_select()).
*
- * \param control select containing the option
- * \param n xml element node for <option>
+ * \param control select containing the &lt;option&gt;
+ * \param n xml element node for &lt;option&gt;
* \return true on success, false on memory exhaustion
*/