From 0f6d1ff62131bd7664a125aa85b1738d79949bef Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 26 Feb 2012 05:20:44 +0700 Subject: some doxygen warnings cleanup --- cppuhelper/inc/cppuhelper/factory.hxx | 6 +++--- cppuhelper/inc/cppuhelper/implementationentry.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cppuhelper/inc') diff --git a/cppuhelper/inc/cppuhelper/factory.hxx b/cppuhelper/inc/cppuhelper/factory.hxx index e97a2f854371..4b34c3751744 100644 --- a/cppuhelper/inc/cppuhelper/factory.hxx +++ b/cppuhelper/inc/cppuhelper/factory.hxx @@ -207,7 +207,7 @@ createSingleFactory( The XComponent interface is not supported! @param rServiceManager the service manager used by the implementation. - @param xSingleServiceFactory the wrapped service factory. + @param rFactory the wrapped service factory. @return a factory that support the interfaces XServiceProvider, XServiceInfo XSingleServiceFactory. @@ -223,7 +223,7 @@ createFactoryProxy( /** Deprecated. Creates a single service factory which holds the instance created only once. @param rServiceManager the service manager used by the implementation. - @param rImplementationName the implementation name. An empty string is possible. + @param rComponentName the implementation name. An empty string is possible. @param pCreateFunction the function pointer to create an object. @param rServiceNames the service supported by the implementation. @param pModCount for future extension (library unloading concept). @@ -262,7 +262,7 @@ createSingleRegistryFactory( based on a registry. @param rServiceManager the service manager used by the implementation. - @param rImplementationName the implementation name. An empty string is possible. + @param rComponentName the implementation name. An empty string is possible. @param rImplementationKey the registry key of the implementation section. @return a factory that support the interfaces XServiceProvider, XServiceInfo XSingleServiceFactory and XComponent. diff --git a/cppuhelper/inc/cppuhelper/implementationentry.hxx b/cppuhelper/inc/cppuhelper/implementationentry.hxx index 2c7a08e41ccc..173501dc5763 100644 --- a/cppuhelper/inc/cppuhelper/implementationentry.hxx +++ b/cppuhelper/inc/cppuhelper/implementationentry.hxx @@ -74,7 +74,7 @@ struct ImplementationEntry /** Helper function for implementation of the component_writeInfo()-function. - @obsolete component_writeInfo should no longer be used in new components + @deprecated component_writeInfo should no longer be used in new components @param pServiceManager The first parameter passed to component_writeInfo()-function (This is an instance of the service manager, that creates the factory). -- cgit