summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /udkapi/com/sun/star/io
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (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/io')
-rw-r--r--udkapi/com/sun/star/io/XActiveDataControl.idl6
-rw-r--r--udkapi/com/sun/star/io/XMarkableStream.idl2
-rw-r--r--udkapi/com/sun/star/io/XSeekable.idl2
-rw-r--r--udkapi/com/sun/star/io/XTextOutputStream.idl4
4 files changed, 7 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl
index 1ffdbfb8d5f9..04334fe0a1d0 100644
--- a/udkapi/com/sun/star/io/XActiveDataControl.idl
+++ b/udkapi/com/sun/star/io/XActiveDataControl.idl
@@ -61,9 +61,9 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface
/** does a weak abort.
<p>It closes all connected resources and calls
- <member>XInputStream::close</member> or
- <member>XOutputStream::close</member> and fires the
- <member>XStreamListener::terminated</member>-event.</p>
+ XInputStream::close() or
+ XOutputStream::close() and fires the
+ XStreamListener::terminated()-event.</p>
*/
void terminate();
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl
index 61f80a4e8dba..130e1c47c977 100644
--- a/udkapi/com/sun/star/io/XMarkableStream.idl
+++ b/udkapi/com/sun/star/io/XMarkableStream.idl
@@ -39,7 +39,7 @@ published interface XMarkableStream: com::sun::star::uno::XInterface
raises( com::sun::star::io::IOException );
/** deletes the mark that you previously created with
- <member>XMarkableStream::createMark</member>.
+ XMarkableStream::createMark().
<p>It is an error to delete a mark if other marks after this
exist. In this case, for reasons of robustness, the
diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl
index 55355c2d0f87..8b8bc21123bd 100644
--- a/udkapi/com/sun/star/io/XSeekable.idl
+++ b/udkapi/com/sun/star/io/XSeekable.idl
@@ -43,7 +43,7 @@ published interface XSeekable: com::sun::star::uno::XInterface
location in the stream object. It is an error to seek before the beginning of the stream or after the
end of the stream. </p>
- @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than <member>XSeekable::getLength</member>.
+ @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than XSeekable::getLength().
*/
void seek( [in] hyper location )
raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException );
diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl
index dc0122cfde57..102c8d18de97 100644
--- a/udkapi/com/sun/star/io/XTextOutputStream.idl
+++ b/udkapi/com/sun/star/io/XTextOutputStream.idl
@@ -40,8 +40,8 @@ published interface XTextOutputStream: com::sun::star::io::XOutputStream
defined by setEncoding().
<p>Line breaks or delimiters that may be neccessary
- to support <member>XTextInputStream::readLine</member>
- and <member>XTextInputStream::readString</member>
+ to support XTextInputStream::readLine()
+ and XTextInputStream::readString()
have to be added manually to the parameter string.</p>
@see setEncoding