diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-26 13:15:08 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-26 23:14:57 -0400 |
commit | 1f5659fcd1928cd82c6f57331f1147049b40bce8 (patch) | |
tree | c3659e342a4fea2fec7d06acd3483c6f76e118fb /udkapi | |
parent | da46a0cbcc656dea15a42d4cfc10e2058258b8cc (diff) |
Close those <p> tags.
Change-Id: I72ba74164e660bfbe496cc63b98e397ee1e2425c
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyAttribute.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index 5ab1de90c427..a75f4afaa0e2 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -30,7 +30,7 @@ published constants PropertyAttribute /** indicates that a property value can be void. - <p>It does not mean that the type of the property is void! + <p>It does not mean that the type of the property is void!</p> */ const short MAYBEVOID = 1; @@ -85,7 +85,7 @@ published constants PropertyAttribute <p>This attribute is not of interest for concrete property implementations. It's needed for property specifications inside - service specifications in UNOIDL. + service specifications in UNOIDL.</p> @see com::sun::star::reflection::XPropertyTypeDescription @see com::sun::star::reflection::XServiceTypeDescription |