summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 11:45:07 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 11:45:07 +0000
commita99b1325d78afe2fecd4b676f8338b2830dfbc6c (patch)
tree110b713069724f44cac07657d66429a93d3cefed /render/box_construct.c
parentd8007f45125fe297970aa53665fa6e3c4182699a (diff)
downloadnetsurf-a99b1325d78afe2fecd4b676f8338b2830dfbc6c.tar.gz
netsurf-a99b1325d78afe2fecd4b676f8338b2830dfbc6c.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 3d7be33e5..a5e0069b7 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -20,7 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Conversion of XML tree to box tree (implementation).
*/
@@ -1634,9 +1635,9 @@ bool box_noscript(BOX_SPECIAL_PARAMS)
/**
- * Destructor for object_params, for <object> elements
+ * Destructor for object_params, for &lt;object&gt; elements
*
- * \param b The object params being destroyed.
+ * \param o The object params being destroyed.
* \return 0 to allow talloc to continue destroying the tree.
*/
static int box_object_talloc_destructor(struct object_params *o)
@@ -2221,9 +2222,9 @@ bool box_create_frameset(struct content_html_frames *f, dom_node *n,
/**
- * Destructor for content_html_iframe, for <iframe> elements
+ * Destructor for content_html_iframe, for &lt;iframe&gt; elements
*
- * \param b The iframe params being destroyed.
+ * \param f The iframe params being destroyed.
* \return 0 to allow talloc to continue destroying the tree.
*/
static int box_iframes_talloc_destructor(struct content_html_iframe *f)