summaryrefslogtreecommitdiff
path: root/riscos/gui/button_bar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
commit1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 (patch)
tree01b01237b5787fe64cb5444e04250fe1939905d4 /riscos/gui/button_bar.h
parent740387be8dc71d34811aa70fdba613dd85ebc651 (diff)
downloadnetsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.gz
netsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.bz2
cleanup Doxygen warnings
Diffstat (limited to 'riscos/gui/button_bar.h')
-rw-r--r--riscos/gui/button_bar.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/riscos/gui/button_bar.h b/riscos/gui/button_bar.h
index 9abae3151..b6014f66a 100644
--- a/riscos/gui/button_bar.h
+++ b/riscos/gui/button_bar.h
@@ -135,14 +135,17 @@ struct button_bar *ro_gui_button_bar_create(struct theme_descriptor *theme,
/**
- * Link two button bars together: the target being the active bar, and the
+ * Link two button bars together
+ *
+ * Join two button bars the target being the active bar, and the
* source being the editing bar used to supply valid buttons. The bars are
* checked to ensure that they are not already part of an edit pair, but are
* not checked for button-compatibility.
*
- * \param *target The target button bar.
- * \param *source The source button bar.
- * \return true if successful; else false.
+ * \param target The target button bar.
+ * \param source The source button bar.
+ * \param refresh The refresh callback
+ * \return true if successful; else false.
*/
bool ro_gui_button_bar_link_editor(struct button_bar *target,