summaryrefslogtreecommitdiff
path: root/udkapi
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 /udkapi
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 'udkapi')
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl4
-rw-r--r--udkapi/com/sun/star/io/XTextInputStream.idl4
-rw-r--r--udkapi/com/sun/star/io/XTextOutputStream.idl2
-rw-r--r--udkapi/com/sun/star/script/XEventAttacherManager.idl8
4 files changed, 9 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index e1b7ce3eb8a7..cda2c85fa5c3 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module container {
/** provides a default XEnumerableMap implementation
- <p>For the keys put into the map using <member>XMap::put</member> or <member>createImmutable</member>,
+ <p>For the keys put into the map using <member>XMap::put</member> or createImmutable(),
the following rules apply:
<a name="keyrules"></a>
<ul><li>A <VOID/> key is not allowed.</li>
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<li>All other key types are rejected.</li>
</ul></p>
- <p>For the values put into the map using <member>XMap::put</member> or <member>createImmutable</member>,
+ <p>For the values put into the map using <member>XMap::put</member> or createImmutable(),
the following rules apply:
<a name="valuerules"></a>
<ul><li>The <VOID/> value will be accepted to be put into the map.</p>
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl
index 622f15256429..dc1ea2606070 100644
--- a/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -40,7 +40,7 @@ published interface XTextInputStream: com::sun::star::io::XInputStream
EOF is found and returns it as string (without CR, LF).
<p>The read characters are converted according to the
- encoding defined by <member>setEncoding</member>. If
+ encoding defined by setEncoding(). If
EOF is already reached before calling this method
an empty string is returned.<p>
@@ -57,7 +57,7 @@ published interface XTextInputStream: com::sun::star::io::XInputStream
delimiter! So if no delimiter is defined or none of the
delimiters is found, the stream will be read to EOF. The
read characters are converted according to the encoding
- defined by <member>setEncoding</member>. If EOF is already
+ defined by setEncoding(). If EOF is already
reached before calling this method an empty string is returned.</p>
@see setEncoding
diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl
index 729e38ee6f64..dc0122cfde57 100644
--- a/udkapi/com/sun/star/io/XTextOutputStream.idl
+++ b/udkapi/com/sun/star/io/XTextOutputStream.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module io {
published interface XTextOutputStream: com::sun::star::io::XOutputStream
{
/** writes a string to the stream using the encoding
- defined by <member>setEncoding</member>.
+ defined by setEncoding().
<p>Line breaks or delimiters that may be neccessary
to support <member>XTextInputStream::readLine</member>
diff --git a/udkapi/com/sun/star/script/XEventAttacherManager.idl b/udkapi/com/sun/star/script/XEventAttacherManager.idl
index 038bc02f3c07..d2e071f3607d 100644
--- a/udkapi/com/sun/star/script/XEventAttacherManager.idl
+++ b/udkapi/com/sun/star/script/XEventAttacherManager.idl
@@ -58,7 +58,7 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface
in the sequence.</p>
<p>If any object is attached under this index, then this
- event is attached automatically (see <member>attach</member>)</p>
+ event is attached automatically (see attach())</p>
<p>Exceptions of type
com::sun::star::beans::IntrospectionException and
@@ -80,7 +80,7 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface
members of the ScriptEventDescriptor
used to register events. If this event at this index has
been attached to any object, it is detached automatically
- (see <member>attach</member>).</p>
+ (see attach()).</p>
<p>Exceptions of type
com::sun::star::beans::IntrospectionException and
@@ -100,7 +100,7 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface
<p>If the events at this index have been attached to any
object, they are detached automatically.
- (see <member>attach</member>).</p>
+ (see attach()).</p>
@see attach
*/
@@ -120,7 +120,7 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface
<p>If any events are registered at this index, they will
be revoked, too. So if the events at this index have been
attached to any object they are detached automatically.
- (see <member>attach</member>).</p>
+ (see attach()).</p>
@see attach
*/