summaryrefslogtreecommitdiff
path: root/desktop/frames.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
commit7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (patch)
tree34240b73e61a57917b4ac553c7cd1da34b411124 /desktop/frames.c
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/frames.c')
-rw-r--r--desktop/frames.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/frames.c b/desktop/frames.c
index ff9b88286..3e5556f5c 100644
--- a/desktop/frames.c
+++ b/desktop/frames.c
@@ -284,8 +284,8 @@ void browser_window_recalculate_iframes(struct browser_window *bw)
/**
* Create and open a frameset for a browser window.
*
- * \param bw The browser window to create the frameset for
- * \param iframe The frameset to create
+ * \param bw The browser window to create the frameset for
+ * \param frameset The frameset to create
*/
void browser_window_create_frameset(struct browser_window *bw,
@@ -638,7 +638,9 @@ void browser_window_recalculate_frameset(struct browser_window *bw)
/**
* Resize a browser window that is a frame.
*
- * \param bw The browser window to resize
+ * \param bw The browser window to resize
+ * \param x The new width to set.
+ * \param y The new height to set.
*/
void browser_window_resize_frame(struct browser_window *bw, int x, int y)