summaryrefslogtreecommitdiff
path: root/desktop/frames.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
commitd1f2d29e102a3c429c892c70a7125cad3add5fe0 (patch)
treed127b2b5668161dbe72b6fe104a231268a873ba4 /desktop/frames.h
parentea033c54d474113d6755ab19ad2c6b59e7ca1f01 (diff)
downloadnetsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.gz
netsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.bz2
Doxygen cleanups and documentation additions
Diffstat (limited to 'desktop/frames.h')
-rw-r--r--desktop/frames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/frames.h b/desktop/frames.h
index bca7f2e68..02c513c22 100644
--- a/desktop/frames.h
+++ b/desktop/frames.h
@@ -30,7 +30,7 @@ struct scrollbar_msg_data;
*
* \param bw The browser window to create iframes for.
* \param iframe The iframes to create from.
- * \param NSERROR_OK or error code on faliure.
+ * \return NSERROR_OK or error code on faliure.
*/
nserror browser_window_create_iframes(struct browser_window *bw,
struct content_html_iframe *iframe);