summaryrefslogtreecommitdiff
path: root/gtk/tabs.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
commit5562c9a553fe539d0d1fbf05dba89b1b1f577fae (patch)
treee518c4be0cd833b3568244681b97d0fc60ff860d /gtk/tabs.h
parent05a64bfde9fe91587a7f8bd3d32f8577b80c7328 (diff)
downloadnetsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.gz
netsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.bz2
Continue doxygen error cleanup.
Diffstat (limited to 'gtk/tabs.h')
-rw-r--r--gtk/tabs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/tabs.h b/gtk/tabs.h
index 036efb1e5..440d61336 100644
--- a/gtk/tabs.h
+++ b/gtk/tabs.h
@@ -28,9 +28,10 @@ void nsgtk_tab_add(struct gui_window *window, GtkWidget *tab_contents, bool back
*
* The tab title will be set to the parameter
*
- * @note currently only called from gui_window_set_title()
- * @param g the gui window to set tab title for.
- * @param title The title text which may not be NULL.
+ * \note currently only called from nsgtk_window_set_title()
+ *
+ * \param g the gui window to set tab title for.
+ * \param title The title text which may not be NULL.
*/
void nsgtk_tab_set_title(struct gui_window *g, const char *title);
void nsgtk_tab_options_changed(GtkNotebook *notebook);