diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 21:44:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:08 +0200 |
commit | ccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch) | |
tree | 8bbfaa02d86aabd32ad10ae7c200e2bb154c812d /udkapi/com/sun/star/registry | |
parent | 8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff) |
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r-- | udkapi/com/sun/star/registry/DefaultRegistry.idl | 33 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/NestedRegistry.idl | 14 |
2 files changed, 16 insertions, 31 deletions
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 |