diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-09 16:09:10 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-09 17:05:21 +0100 |
commit | a0d873615c5c11a8154da213171b50c50c081305 (patch) | |
tree | c6710b0e0dd7987f141d738e9a4f2ad39aaeaabb /udkapi/com/sun/star/registry | |
parent | 8fbbb923ea752e3c5b147824f0dc04e4b9e27dad (diff) |
udkapi: fix doxygen warnings
Change-Id: I5f8c8df369aa7bb7f0647dbf4b25c39203d11b34
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r-- | udkapi/com/sun/star/registry/XImplementationRegistration.idl | 3 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/XImplementationRegistration2.idl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl index 13d031771b85..40da303f5339 100644 --- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl +++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl @@ -36,6 +36,9 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface { /** registers a component which provides one or more implementations. + @param aImplementationLoader + the URL of the implementation loader. + @param aLocation specifies the location of the component with the URL. diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration2.idl b/udkapi/com/sun/star/registry/XImplementationRegistration2.idl index 15811615d97c..3b6a969e8447 100644 --- a/udkapi/com/sun/star/registry/XImplementationRegistration2.idl +++ b/udkapi/com/sun/star/registry/XImplementationRegistration2.idl @@ -33,6 +33,9 @@ interface XImplementationRegistration2: com::sun::star::registry::XImplementatio /** registers a component which provides one or more implementations. + @param aImplementationLoader + the URL of the implementation loader. + @param aLocation specifies the location of the component with the URL. |