From 5800789df23dd5fd42c1abc161f4d53d290352e5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 8 Oct 2012 14:51:48 +0100 Subject: trivial docuemntation cleanups to address some of the huge number of docuemntation warnings --- framebuffer/clipboard.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'framebuffer') 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, -- cgit v1.2.3