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/beans | |
parent | 8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff) |
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/Property.idl | 9 |
1 files changed, 4 insertions, 5 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 { |