summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/sdbc
parentinclude: convert <type> here too (diff)
downloadcore-944eb9902788d8afec9e3f0f65d3b680041e039b.tar.gz
core-944eb9902788d8afec9e3f0f65d3b680041e039b.zip
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/PreparedStatement.idl2
-rw-r--r--offapi/com/sun/star/sdbc/RowSet.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XIsolatedConnection.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl
index 502365cbbeed..d5ac01dc0d04 100644
--- a/offapi/com/sun/star/sdbc/PreparedStatement.idl
+++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl
@@ -111,7 +111,7 @@ published service PreparedStatement
/** provides access to the description of the result set which would be generated by executing the
- <type>PreparedStatement</type>.
+ PreparedStatement.
*/
interface XResultSetMetaDataSupplier;
diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl
index cae4d1cd9d07..38c7a886e9a0 100644
--- a/offapi/com/sun/star/sdbc/RowSet.idl
+++ b/offapi/com/sun/star/sdbc/RowSet.idl
@@ -60,7 +60,7 @@ published service RowSet
/** used to execute and to add/remove listeners.
- <p>To refresh the content of a <type>RowSet</type>, use this interface's <member>XRowSet::execute</member>
+ <p>To refresh the content of a RowSet, use this interface's <member>XRowSet::execute</member>
method.</p>
*/
interface XRowSet;
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
index 29206891671a..591b307d560e 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module sdbc {
-/** extends the <type>XDatabaseMetaData</type> interface to allow retrieval of additional
+/** extends the XDatabaseMetaData interface to allow retrieval of additional
information.
*/
interface XDatabaseMetaData2 : XDatabaseMetaData
diff --git a/offapi/com/sun/star/sdbc/XIsolatedConnection.idl b/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
index 89538b8d1778..5f24abe8b118 100644
--- a/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
+++ b/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
@@ -28,7 +28,7 @@
published interface XConnection;
/** is used for establishing isolated connections via a factory.
<p>
- The <type>XIsolatedConnection</type> allows to create connections which are not shared among others
+ The XIsolatedConnection allows to create connections which are not shared among others
as it is the case when creating connections in normal way.
</p>
@see com::sun::star::sdb::DataSource