summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:20:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commitb352a8bf0321c13919c9882484a1c4d4d65cfd33 (patch)
tree1f9d5c7f1d14def51714f0ac5ebe30ab0f5c9ed9 /offapi/com/sun/star/configuration
parent9f12a9da8d91364d4d0865021adbe62bfa09148c (diff)
*api: convert <member>method</member> to method()
Doxygen will only recognize a un-qualified method name as such if it is followed by "()". sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g" Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/backend/XSchemaHandler.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
index 8798935d726a..d24d6556a2c5 100644
--- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
@@ -53,7 +53,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that the current schema description is complete.
- <p> Must match a previous call to <member>startSchema</member>.
+ <p> Must match a previous call to startSchema().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -96,7 +96,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a component description is started.
<p> Subsequent calls describe the schema of the component
- until a matching call to <member>endComponent</member>
+ until a matching call to endComponent()
is encountered.
</p>
@@ -122,7 +122,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a component description is complete.
- <p> Must match a previous call to <member>startComponent</member>.
+ <p> Must match a previous call to startComponent().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -144,7 +144,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a template description is started for a group.
<p> Subsequent calls describe the members and properties of the template
- until a matching call to <member>endTemplate</member>
+ until a matching call to endTemplate()
is encountered.
</p>
@@ -186,7 +186,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a template description is started for a set.
<p> Subsequent calls describe the members and properties of the template
- until a matching call to <member>endTemplate</member>
+ until a matching call to endTemplate()
is encountered.
</p>
@@ -232,8 +232,8 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a template description is complete.
- <p> Must match a previous call to <member>startGroupTemplate</member>
- or <member>startSetTemplate</member>.
+ <p> Must match a previous call to startGroupTemplate()
+ or startSetTemplate().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -255,7 +255,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a group description is started.
<p> Subsequent calls describe the members and properties of the group
- until a matching call to <member>endNode</member>
+ until a matching call to endNode()
is encountered.
</p>
@@ -294,7 +294,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a set description is started.
<p> Subsequent calls describe the item-types and properties of the set
- until a matching call to <member>endNode</member>
+ until a matching call to endNode()
is encountered.
</p>
@@ -338,8 +338,8 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
/** receives notification that a node description is complete.
- <p> Must match the last open call to <member>startGroup</member>
- or <member>startSet</member>.
+ <p> Must match the last open call to startGroup()
+ or startSet().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException