Kaydet (Commit) eb4a8a01 authored tarafından Julien Nabet's avatar Julien Nabet

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: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 8de89e1c
......@@ -307,9 +307,6 @@ public:
/**
Method to be called by OPropertySetHelper::fire.
@param bIgnoreRuntimeExceptionsWhileFiring
indicates whether occurring RuntimeExceptions shall be
ignored when firing notifications
@param pnHandles the id's of the properties that changed.
@param nCount the number of elements in the arrays pnHandles, pNewValues and pOldValues.
@param bVetoable true means fire to VetoableChangeListener, false means fire to
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment