summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /udkapi/com/sun/star/registry
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl4
-rw-r--r--udkapi/com/sun/star/registry/ImplementationRegistration.idl2
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl8
3 files changed, 7 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index d68811b61e10..4626fe37fe45 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -29,10 +29,10 @@
system registry for global information.
In the context of this service,
the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
- from <type>XSimpleRegistry</type> are not supported and throw an exception
+ from XSimpleRegistry are not supported and throw an exception
if they are used.
<dl>
- <dt>Functions of <type>XSimpleRegistry</type>:
+ <dt>Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
diff --git a/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index 80fbd1df2517..b12d4afd364f 100644
--- a/udkapi/com/sun/star/registry/ImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module registry {
-/** is the implementation of the interface <type>XImplementationRegistration</type>.
+/** is the implementation of the interface XImplementationRegistration.
This service can be used to install or uninstall components (implementations).
Further, it is possible to check if all runtime dependencies (needed services) are
available to use a specified component.
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 95c7a33426a6..fcf58e262854 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -30,10 +30,10 @@
files will be opened in two different modes, registry1 will be opened with read/write
rights and registry2 will be opened read-only.
In the context of this service, the functions <code>open</code>, <code>close</code>,
- and <code>destroy</code> from <type>XSimpleRegistry</type> are not supported and
+ and <code>destroy</code> from XSimpleRegistry are not supported and
throw an exception if they are used.
<dl>
- <dt>Functions of <type>XSimpleRegistry</type>:
+ <dt>Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
@@ -64,7 +64,7 @@
<br>
</dt>
- <dt>Functions of <type>XRegistryKey</type>:
+ <dt>Functions of XRegistryKey:
<dl>
<dt> <b>openKey</b>
</dt>
@@ -107,7 +107,7 @@
</dl>
<br>
How to initialize the registries:<br>
- Use a sequence of <type>XSimpleRegistry</type> with two elements. The first element must be
+ Use a sequence of XSimpleRegistry with two elements. The first element must be
the registry which is opened with read/write rights and the second element must be
the read-only one.<br>
Two different ways are possible:<br>