From a99b1325d78afe2fecd4b676f8338b2830dfbc6c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 11:45:07 +0000 Subject: Doxygen cleanups --- gtk/theme.c | 7 +++-- render/box_construct.c | 11 +++---- render/form.c | 77 +++++++----------------------------------------- render/form_internal.h | 80 +++++++++++++++++++++++++++++++++++++++++++++----- riscos/gui/url_bar.c | 2 +- riscos/url_complete.c | 2 +- riscos/window.c | 6 ++-- riscos/window.h | 2 +- 8 files changed, 100 insertions(+), 87 deletions(-) diff --git a/gtk/theme.c b/gtk/theme.c index 809a27823..9e673da6a 100644 --- a/gtk/theme.c +++ b/gtk/theme.c @@ -465,8 +465,11 @@ nsgtk_theme_image_default(nsgtk_toolbar_button tbbutton, GtkIconSize iconsize) } /** - * returns default image for search buttons / menu items from gtk stock items - * \param tbbutton button reference + * Get default image for search buttons / menu items from gtk stock items + * + * \param tbbutton search button reference + * \param iconsize The size of icons to select. + * \return default search image. */ static GtkImage * 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 . */ -/** \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 elements + * Destructor for object_params, for <object> 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