Kaydet (Commit) 98a11f3a authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

Some doxygen warnings cleanup

üst 7506e70e
...@@ -424,7 +424,7 @@ typedef struct _typelib_InterfaceAttributeTypeDescription ...@@ -424,7 +424,7 @@ typedef struct _typelib_InterfaceAttributeTypeDescription
<code>nAllMembers</code>, <code>ppAllMembers</code> are also <code>nAllMembers</code>, <code>ppAllMembers</code> are also
initialized; <code>aBase.bComplete</code> is still false. This happens initialized; <code>aBase.bComplete</code> is still false. This happens
when an interface type description is created with when an interface type description is created with
<code>typelib_typedescription_newMIInterface</cocde> or <code>typelib_typedescription_newMIInterface</code> or
<code>typelib_typedescription_newInterface</code>.</li> <code>typelib_typedescription_newInterface</code>.</li>
<li>At the final level, <code>pMapMemberIndexToFunctionIndex</code>, <li>At the final level, <code>pMapMemberIndexToFunctionIndex</code>,
......
...@@ -182,9 +182,9 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(SA ...@@ -182,9 +182,9 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(SA
@param rServiceManager the service manager used by the implementation. @param rServiceManager the service manager used by the implementation.
@param rImplementationName the implementation name. An empty string is possible. @param rImplementationName the implementation name. An empty string is possible.
@param ComponentInstantiation the function pointer to create an object. @param pCreateFunction the function pointer to create an object.
@param rServiceNames the service supported by the implementation. @param rServiceNames the service supported by the implementation.
@param pModCount for future extension (library unloading concept). @param pModCount for future extension (library unloading concept).
@return a factory that support the interfaces XServiceProvider, XServiceInfo @return a factory that support the interfaces XServiceProvider, XServiceInfo
XSingleServiceFactory and XComponent. XSingleServiceFactory and XComponent.
...@@ -224,9 +224,9 @@ createFactoryProxy( ...@@ -224,9 +224,9 @@ createFactoryProxy(
@param rServiceManager the service manager used by the implementation. @param rServiceManager the service manager used by the implementation.
@param rImplementationName the implementation name. An empty string is possible. @param rImplementationName the implementation name. An empty string is possible.
@param ComponentInstantiation the function pointer to create an object. @param pCreateFunction the function pointer to create an object.
@param rServiceNames the service supported by the implementation. @param rServiceNames the service supported by the implementation.
@param pModCount for future extension (library unloading concept). @param pModCount for future extension (library unloading concept).
@return a factory that support the interfaces XServiceProvider, XServiceInfo @return a factory that support the interfaces XServiceProvider, XServiceInfo
XSingleServiceFactory and XComponent. XSingleServiceFactory and XComponent.
......
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