summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-10-08 14:51:48 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-10-08 14:52:24 +0100
commit5800789df23dd5fd42c1abc161f4d53d290352e5 (patch)
treeb3d75d8de53b0da352767bf2d2f3a3c90dbbf927 /framebuffer
parent953b937829d6b08bc353c2fab7bed0d8277b0237 (diff)
downloadnetsurf-5800789df23dd5fd42c1abc161f4d53d290352e5.tar.gz
netsurf-5800789df23dd5fd42c1abc161f4d53d290352e5.tar.bz2
trivial docuemntation cleanups to address some of the huge number of docuemntation warnings
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/clipboard.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/framebuffer/clipboard.c b/framebuffer/clipboard.c
index 7503303bd..241e43415 100644
--- a/framebuffer/clipboard.c
+++ b/framebuffer/clipboard.c
@@ -65,10 +65,11 @@ bool gui_empty_clipboard(void)
/**
* Add some text to the clipboard, optionally appending a trailing space.
*
- * \param text text to be added
- * \param length length of text in bytes
- * \param space indicates whether a trailing space should be appended
- * \return true iff successful
+ * \param text text to be added
+ * \param length length of text in bytes
+ * \param space indicates whether a trailing space should be appended
+ * \param fstyle The font style
+ * \return true if successful
*/
bool gui_add_to_clipboard(const char *text, size_t length, bool space,