summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /udkapi/com/sun/star/reflection
parentae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff)
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl6
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl14
-rw-r--r--udkapi/com/sun/star/reflection/XPublished.idl52
-rw-r--r--udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl7
-rw-r--r--udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl8
-rw-r--r--udkapi/com/sun/star/reflection/XStructTypeDescription.idl27
6 files changed, 51 insertions, 63 deletions
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index 8e1777853b60..5c77f6b0f99a 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -61,8 +61,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
<p>When setting an interface attribute raises a
non-com::sun::star::uno::RuntimeException, it is
- wrapped in a <type
- scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p>
+ wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p>
@param obj
object instance having member of reflected type
@@ -83,8 +82,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
<p>When setting an interface attribute raises a
non-com::sun::star::uno::RuntimeException, it is
- wrapped in a <type
- scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p>
+ wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p>
@param obj
object instance having member of reflected type
diff --git a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
index 0bc56d7a9ad8..a48e51c66df8 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
@@ -40,10 +40,9 @@ interface XInterfaceTypeDescription2: XInterfaceTypeDescription {
@returns
a sequence of all directly inherited (mandatory) base interface types,
in the correct order; each element of the returned sequence will be the
- reflection of either an interface type (of type <type
- scope="com::sun::star::reflection">XInterfaceTypeDescription</type>) or
- a typedef (of type <type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>)
+ reflection of either an interface type (of
+ type com::sun::star::reflection::XInterfaceTypeDescription) or
+ a typedef (of type com::sun::star::reflection::XIndirectTypeDescription)
that&mdash;directly or indirectly&mdash;denotes an interface type
*/
sequence<XTypeDescription> getBaseTypes();
@@ -54,10 +53,9 @@ interface XInterfaceTypeDescription2: XInterfaceTypeDescription {
@returns
a sequence of all directly inherited optional base interface types, in
the correct order; each element of the returned sequence will be the
- reflection of either an interface type (of type <type
- scope="com::sun::star::reflection">XInterfaceTypeDescription</type>) or
- a typedef (of type <type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>)
+ reflection of either an interface type (of type
+ com::sun::star::reflection::XInterfaceTypeDescription) or
+ a typedef (of type com::sun::star::reflection::XIndirectTypeDescription)
that&mdash;directly or indirectly&mdash;denotes an interface type
*/
sequence<XTypeDescription> getOptionalBaseTypes();
diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl
index b5e008a40f67..75d5266bdf86 100644
--- a/udkapi/com/sun/star/reflection/XPublished.idl
+++ b/udkapi/com/sun/star/reflection/XPublished.idl
@@ -43,47 +43,43 @@ module com { module sun { module star { module reflection {
(com::sun::star::reflection::XStructTypeDescription),
polymorphic struct type templates
(com::sun::star::reflection::XStructTypeDescription),
- exception types (<type
- scope="com::sun::star::reflection">XCompoundTypeDescription</type>),
- interface types (<type
- scope="com::sun::star::reflection">XInterfaceTypeDescription2</type>),
- typedefs (<type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
- individual constants (<type
- scope="com::sun::star::reflection">XConstantTypeDescription</type>),
- constant groups (<type
- scope="com::sun::star::reflection">XConstantsTypeDescription</type>),
- single-interface&ndash;based services (<type
- scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
- accumulation-based services (<type
- scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
- interface-based singletons (<type
- scope="com::sun::star::reflection">XSingletonTypeDescription2</type>),
- and service-based singletons (<type
- scope="com::sun::star::reflection">XSingletonTypeDescription2</type>)
+ exception types (com::sun::star::reflection::XCompoundTypeDescription),
+ interface types (com::sun::star::reflection::XInterfaceTypeDescription2),
+ typedefs (com::sun::star::reflection::XIndirectTypeDescription),
+ individual constants
+ (com::sun::star::reflection::XConstantTypeDescription),
+ constant groups (com::sun::star::reflection::XConstantsTypeDescription),
+ single-interface&ndash;based services
+ (com::sun::star::reflection::XServiceTypeDescription2),
+ accumulation-based services
+ (com::sun::star::reflection::XServiceTypeDescription2),
+ interface-based singletons
+ (com::sun::star::reflection::XSingletonTypeDescription2),
+ and service-based singletons
+ (com::sun::star::reflection::XSingletonTypeDescription2)
support the notion of being published. Therefore, for an object that
represents any such entity,
com::sun::star::reflection::XPublished should be
supported.</li>
- <li>Sequence types (<type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
+ <li>Sequence types
+ (com::sun::star::reflection::XIndirectTypeDescription),
type parameters of polymorphic struct type templates
(com::sun::star::reflection::XTypeDescription),
instantiated polymorphic struct types
(com::sun::star::reflection::XStructTypeDescription),
- attributes of interface types (<type scope="com::sun::star::reflection">
- XInterfaceAttributeTypeDescription2</type>), methods of interface types
- (<type scope="com::sun::star::reflection">
- XInterfaceMethodTypeDescription</type>), properties of
- accumulation-based services (<type
- scope="com::sun::star::reflection">XPropertyTypeDescription</type>),
+ attributes of interface types
+ (com::sun::star::reflection::XInterfaceAttributeTypeDescription2),
+ methods of interface types
+ (com::sun::star::reflection::XInterfaceMethodTypeDescription),
+ properties of accumulation-based services
+ (com::sun::star::reflection::XPropertyTypeDescription),
deprecated
com::sun::star::reflection::XArrayTypeDescriptions,
and deprecated
com::sun::star::reflection::XUnionTypeDescriptions do
- not support the notion of being published. Therefore, for an object that
- represents any such entity,
+ not support the notion of being published.
+ Therefore, for an object that represents any such entity,
com::sun::star::reflection::XPublished should not be
supported.</li>
</ul>
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
index afa0e99e271a..223c769c55cf 100644
--- a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
@@ -50,10 +50,9 @@ interface XServiceTypeDescription2: XServiceTypeDescription {
Returns the interface type associated with the service.
@return the reflection of the interface type associated with the service
- (of type <type
- scope="com::sun::star::reflection">XInterfaceTypeDescription</type>
- or, in case of a typedef, <type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
+ (of type com::sun::star::reflection::XInterfaceTypeDescription
+ or, in case of a typedef,
+ com::sun::star::reflection::XIndirectTypeDescription),
for a single-interface&ndash;based service; for an obsolete,
accumulation-based service, `NULL` is returned
*/
diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
index 90c32d184a62..e2319c5386d8 100644
--- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
@@ -47,10 +47,10 @@ interface XSingletonTypeDescription2: XSingletonTypeDescription {
Returns the interface type associated with the singleton.
@return the reflection of the interface type associated with the
- singleton (of type <type
- scope="com::sun::star::reflection">XInterfaceTypeDescription</type>
- or, in case of a typedef, <type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
+ singleton (of type
+ com::sun::star::reflection::XInterfaceTypeDescription
+ or, in case of a typedef,
+ com::sun::star::reflection::XIndirectTypeDescription),
for an interface-based singleton; for an obsolete, service-based
singleton, `NULL` is returned
*/
diff --git a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
index 8201ce58d468..a46d6bf033cb 100644
--- a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
@@ -36,26 +36,23 @@ interface XTypeDescription;
<ul>
<li>Polymorphic struct type templates, like
<code>Struct&lt;T, U&gt;</code>. For these,
- <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeParameters</member> returns a non-empty
- sequence, while <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeArguments</member> returns an empty
- sequence.</li>
+ com::sun::star::reflection::XStructTypeDescription::getTypeParameters()
+ returns a non-empty sequence, while
+ com::sun::star::reflection::XStructTypeDescription::getTypeArguments()
+ returns an empty sequence.</li>
<li>Instantiated polymorphic struct types, like <code>Struct&lt;long,
hyper&gt;</code>. For these,
- <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeParameters</member> returns an empty
- sequence, while <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeArguments</member> returns a non-empty
- sequence.</li>
+ com::sun::star::reflection::XStructTypeDescription::getTypeParameters()
+ returns an empty sequence, while
+ com::sun::star::reflection::XStructTypeDescription::getTypeArguments()
+ returns a non-empty sequence.</li>
<li>Plain struct types. For these, both
- <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeParameters</member> and
- <member scope="com::sun::star::reflection"><!--
- -->XStructTypeDescription::getTypeArguments</member> return an empty
- sequence.</li>
+ com::sun::star::reflection::XStructTypeDescription::getTypeParameters()
+ and
+ com::sun::star::reflection::XStructTypeDescription::getTypeArguments()
+ return an empty sequence.</li>
</ul>
@since OOo 2.0