diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 22:32:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:00 +0200 |
commit | 3122600a5e11309b86e33061defd710cf0872975 (patch) | |
tree | 849f913b061611d306194e07c22071219dafd592 /udkapi/com/sun/star/beans | |
parent | b352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff) |
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for
consistency.
sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g"
Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyAttribute.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyBag.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XIntrospection.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XPropertyContainer.idl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index 9c6c02e475d2..903dcd332edc 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -72,7 +72,7 @@ published constants PropertyAttribute /** indicates that the property can be removed - (i.e., by calling <member>XPropertyContainer::removeProperty</member>). + (i.e., by calling XPropertyContainer::removeProperty()). */ const short REMOVABLE = 128; diff --git a/udkapi/com/sun/star/beans/PropertyBag.idl b/udkapi/com/sun/star/beans/PropertyBag.idl index 51c30761b00d..11e150ef8b23 100644 --- a/udkapi/com/sun/star/beans/PropertyBag.idl +++ b/udkapi/com/sun/star/beans/PropertyBag.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module beans { <p>Scripting engines might not be able to use such objects as normal property sets, giving direct access to the properties. In this case, - use the methods like <member>XPropertySet::getPropertyValue</member>. + use the methods like XPropertySet::getPropertyValue(). */ published service PropertyBag : XPropertyBag { diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl index b313c2c1ae13..0b1e25caa21d 100644 --- a/udkapi/com/sun/star/beans/XIntrospection.idl +++ b/udkapi/com/sun/star/beans/XIntrospection.idl @@ -33,7 +33,7 @@ inspected completely if it supports the <type scope= "com::sun::star::lang">XTypeProvider</type> interface.</p> - <p>For details see method <member>XIntrospection::inspect</member>. </p> + <p>For details see method XIntrospection::inspect(). </p> @see XIntrospectionAccess */ diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl index 9349bf8f5331..72f1876e55e1 100644 --- a/udkapi/com/sun/star/beans/XPropertyContainer.idl +++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module beans { /** makes it possible to add and remove properties to or from an object. <p>Some scripting engines cannot access properties directly when the - property set is changed. Please use <member>XPropertySet::getPropertyValue</member> + property set is changed. Please use XPropertySet::getPropertyValue() etc. in this case. </p> */ published interface XPropertyContainer: com::sun::star::uno::XInterface |