summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-03-08 21:39:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-03-08 23:12:40 +0100
commiteb4a8a01ea18fbea4741a20a902152aef03b9ce4 (patch)
tree440f66c60e69e13761fac2ee94acc2d24d8c0b0d /include/osl
parent8de89e1c39b211cb4c39e47c992b03ed33003658 (diff)
Fix @param documentation sections
include/osl/thread.h:198: warning: argument 'name' from the argument list of osl_setThreadName has muliple @param documentation sections include/cppuhelper/propshlp.hxx:329: warning: argument 'bIgnoreRuntimeExceptionsWhileFiring' from the argument list of cppu::IEventNotificationHook::fireEvents has muliple @param documentation sections Change-Id: Ic1a2a7239596ec62c0d60c14480ea4a115eaaaa1 Reviewed-on: https://gerrit.libreoffice.org/68944 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 5673eb2694a3..fdb216c75e14 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -192,8 +192,6 @@ SAL_DLLPUBLIC void SAL_CALL osl_yieldThread(void);
@param name the name of the thread; must not be null; on Linux, only the
first 16 characters are used
-
- @param name Thread name
*/
SAL_DLLPUBLIC void SAL_CALL osl_setThreadName(char const * name);