summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/loader
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /udkapi/com/sun/star/loader
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r--udkapi/com/sun/star/loader/XImplementationLoader.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl
index ba7d7b523a79..0a00139e911e 100644
--- a/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -40,7 +40,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface
/** activates a concrete implementation within a component.
@param implementationName The name of the implementation,
which shall be instantiated. The method
- <member>XImplementationLoader::writeRegistryInfo</member>
+ XImplementationLoader::writeRegistryInfo()
writes a list of implementation names hosted by this component.
@param implementationLoaderUrl specification bug, ignore this parameter, please
pass an empty string.