summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 21:44:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commitccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch)
tree8bbfaa02d86aabd32ad10ae7c200e2bb154c812d /udkapi
parent8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff)
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/Property.idl9
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl11
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl33
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl14
4 files changed, 24 insertions, 43 deletions
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index 58588cb8b382..7892e1668dce 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -28,12 +28,11 @@ module com { module sun { module star { module beans {
/** This structure describes a property.
+ There are three types of properties:
+ - bound properties
+ - constrained properties
+ - free properties
- <dl>There are three types of properties:
- <dt>- bound properties</dt>
- <dt>- constrained properties</dt>
- <dt>- free properties</dt>
- </dl>
*/
published struct Property
{
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 68b3d946f4ff..b76bf5c75418 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module lang {
particular outgoing interface. </li>
</ul>
- <h4>When to Implement?<h4>
+ <h4>When to Implement?</h4>
<p>To create a connectable object, you need to implement objects
that provide two related interfaces: </p>
@@ -70,19 +70,16 @@ module com { module sun { module star { module lang {
<p>A client can use the XConnectionPointContainer interface: </p>
- <UL>
+ - to get a sequence of connection points for each outgoing type.
- <LI>to get a sequence of connection points for each outgoing type. </LI>
-
- <LI>to obtain access to connection point sub-objects with the
+ - to obtain access to connection point sub-objects with the
XConnectionPoint interface for each
outgoing type. Through the XConnectionPoint interface,
a client starts or terminates an advisory loop with the
connectable object and the client's own sink. The
client can also use the XConnectionPoint
interface to get a sequence of the connections that it
- knows about. </LI>
- </UL>
+ knows about.
@see XConnectionPointContainer
*/
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index b60c3de2d513..a87e9e6a3ba2 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -31,8 +31,8 @@
the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
from XSimpleRegistry are not supported and throw an exception
if they are used.
- <dl>
- <dt>Functions of XSimpleRegistry:
+
+ Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
@@ -56,10 +56,7 @@
</dd>
</dl>
- <br>
-
- </dt>
- <dt>Functions of XRegistryKey:
+ Functions of XRegistryKey:
<dl>
<dt> <b>openKey</b>
</dt>
@@ -89,15 +86,11 @@
<dd> returns a sequence with the names of all subkeys in both registries.
</dd>
<dt>
- <br>
<b>Note: all write functions only work on the local registry.</b>
</dt>
</dl>
- <br>
-
- </dt>
- <dt>How to find the registries:
+ How to find the registries:
<dl>
<dt> search for the system registry:
</dt>
@@ -109,23 +102,21 @@
<dt> Search for the user registry using the following rules:
</dt>
<dd>
- <dl>
- <dt> 1. (for further use) search in sversion.ini (.sversionrc) for an entry
+ <ol>
+ <li> 1. (for further use) search in sversion.ini (.sversionrc) for an entry
REGISTRY_VERSION_STRING (example: UserRegistry 5.0/505=test.rdb) in the section
[Registry]. If found, then take this value instead of "user.rdb" as "REGISTRY NAME".
- </dt>
- <dt> 2. Search in the config directory of the user for a file "REGISTRY NAME". If
+ </li>
+ <li> 2. Search in the config directory of the user for a file "REGISTRY NAME". If
found, return the full path and name of the file. If not found, retry this
step with a dot before "REGISTRY NAME".
- </dt>
- <dt> 3. If not found, a new user registry with name user.rdb will be created in the user
+ </li>
+ <li> 3. If not found, a new user registry with name user.rdb will be created in the user
config directory.
- </dt>
- </dl>
+ </li>
+ </ol>
</dd>
</dl>
- </dt>
- </dl>
<h4>Guarantees:</h4>
<ul>
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 841c9d793b9b..8e93fa006228 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -32,8 +32,8 @@
In the context of this service, the functions <code>open</code>, <code>close</code>,
and <code>destroy</code> from XSimpleRegistry are not supported and
throw an exception if they are used.
- <dl>
- <dt>Functions of XSimpleRegistry:
+
+ Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
@@ -61,10 +61,7 @@
</dd>
</dl>
- <br>
-
- </dt>
- <dt>Functions of XRegistryKey:
+ Functions of XRegistryKey:
<dl>
<dt> <b>openKey</b>
</dt>
@@ -99,13 +96,10 @@
</dd>
<dt>
- <br>
<b>Note: all write functions only work on registry1.</b>
</dt>
</dl>
- </dt>
- </dl>
- <br>
+
How to initialize the registries:<br>
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