summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
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/rdf
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*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/rdf')
-rw-r--r--offapi/com/sun/star/rdf/URI.idl4
-rw-r--r--offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl6
-rw-r--r--offapi/com/sun/star/rdf/XDocumentRepository.idl8
-rw-r--r--offapi/com/sun/star/rdf/XMetadatable.idl6
-rw-r--r--offapi/com/sun/star/rdf/XNamedGraph.idl16
-rw-r--r--offapi/com/sun/star/rdf/XRepository.idl6
-rw-r--r--offapi/com/sun/star/rdf/XRepositorySupplier.idl2
7 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl
index 0ebf47b21f41..c39fa47a4e38 100644
--- a/offapi/com/sun/star/rdf/URI.idl
+++ b/offapi/com/sun/star/rdf/URI.idl
@@ -65,10 +65,10 @@ service URI : XURI
/** creates an URI RDF node for a well-known URI.
@param Id
- the URI, represented as a constant from <type>URIs</type>.
+ the URI, represented as a constant from URIs.
@throws com::sun::star::lang::IllegalArgumentException
- if the argument is not a valid constant from <type>URIs</type>
+ if the argument is not a valid constant from URIs
@see URIs
*/
diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index 4d1589b47225..6322300b7027 100644
--- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module rdf {
</p>
<p>
- Note that this interface inherits from <type>XURI</type>: the
+ Note that this interface inherits from XURI: the
base URI of the document is the string value of the RDF node.
This is so that you can easily make RDF statements about the document.
</p>
@@ -342,7 +342,7 @@ interface XDocumentMetadataAccess
error reporting.</p>
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the source
@throws com::sun::star::lang::IllegalArgumentException
@@ -361,7 +361,7 @@ interface XDocumentMetadataAccess
/** stores document metadata to a medium.
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the target
@throws com::sun::star::lang::IllegalArgumentException
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl
index f056d38f2b01..c5c001faf60c 100644
--- a/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -28,10 +28,10 @@
module com { module sun { module star { module rdf {
-/** extends <type>XRepository</type> with document-specific functionality.
+/** extends XRepository with document-specific functionality.
<p>
- This subclass of <type>XRepository</type> provides some methods which
+ This subclass of XRepository provides some methods which
only make sense for repositories that are attached to a document.
For example, the methods allow for manipulating in-content metadata,
which is stored as RDFa.
@@ -79,7 +79,7 @@ interface XDocumentRepository : XRepository
Also, they have rather unusual semantics;
just using <member>XNamedGraph::addStatement</member> would be
ambiguous:
- if the object is a <type>XMetadatable</type>, do we insert
+ if the object is a XMetadatable, do we insert
the object itself (URI) or its literal content (RDFa)?
</p>
@@ -197,7 +197,7 @@ interface XDocumentRepository : XRepository
@returns
an iterator over all RDFa statements in the repository that match
the parameters, represented as an
- enumeration of <type>Statement</type>
+ enumeration of Statement
@throws RepositoryException
if an error occurs when accessing the repository.
diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl
index 84c359e692a6..fc80bef99aa8 100644
--- a/offapi/com/sun/star/rdf/XMetadatable.idl
+++ b/offapi/com/sun/star/rdf/XMetadatable.idl
@@ -33,14 +33,14 @@ module com { module sun { module star { module rdf {
<p>
To make using ODF elements as part of RDF statements more convenient,
- this interface inherits from <type>XURI</type>.
+ this interface inherits from XURI.
The URI is constructed by concatenating the URI of the document, the
stream name, a fragment separator, and the XML ID.
</p>
<p>
- Note that using the <type>XURI</type> interface on an instance of
- <type>XMetadatable</type> may have the side effect of creating a metadata
+ Note that using the XURI interface on an instance of
+ XMetadatable may have the side effect of creating a metadata
reference for the instance.
</p>
diff --git a/offapi/com/sun/star/rdf/XNamedGraph.idl b/offapi/com/sun/star/rdf/XNamedGraph.idl
index e604e2354996..b579b5a2548c 100644
--- a/offapi/com/sun/star/rdf/XNamedGraph.idl
+++ b/offapi/com/sun/star/rdf/XNamedGraph.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module rdf {
/** represents an RDF named graph that is stored in an RDF Repository.
<p>
- Note that this interface inherits from <type>XResource</type>: the
+ Note that this interface inherits from XResource: the
name of the graph is the string value of the RDF node.
This is so that you can easily make RDF statements about named graphs.
</p>
@@ -80,8 +80,8 @@ interface XNamedGraph : XURI
<p>
Note that the ODF elements that can have metadata attached all
- implement the interface <type>XMetadatable</type>, which inherits
- from <type>XResource</type>, meaning that you can simply pass them
+ implement the interface XMetadatable, which inherits
+ from XResource, meaning that you can simply pass them
in as arguments here, and it will magically work.
</p>
@@ -114,8 +114,8 @@ interface XNamedGraph : XURI
<p>
Note that the ODF elements that can have metadata attached all
- implement the interface <type>XMetadatable</type>, which inherits
- from <type>XResource</type>, meaning that you can simply pass them
+ implement the interface XMetadatable, which inherits
+ from XResource, meaning that you can simply pass them
in as arguments here, and it will magically work.
</p>
@@ -150,8 +150,8 @@ interface XNamedGraph : XURI
<p>
Note that the ODF elements that can have metadata attached all
- implement the interface <type>XMetadatable</type>, which inherits
- from <type>XResource</type>, meaning that you can simply pass them
+ implement the interface XMetadatable, which inherits
+ from XResource, meaning that you can simply pass them
in as arguments here, and it will magically work.
</p>
@@ -173,7 +173,7 @@ interface XNamedGraph : XURI
@returns
an iterator over all RDF statements in the graph that match
the parameters, represented as an
- enumeration of <type>Statement</type>
+ enumeration of Statement
@throws com::sun::star::container::NoSuchElementException
if this graph does not exist in the repository any more
diff --git a/offapi/com/sun/star/rdf/XRepository.idl b/offapi/com/sun/star/rdf/XRepository.idl
index 867055ff4420..9c9491d17d1a 100644
--- a/offapi/com/sun/star/rdf/XRepository.idl
+++ b/offapi/com/sun/star/rdf/XRepository.idl
@@ -247,7 +247,7 @@ interface XRepository
repository.
<p>
- This invalidates any instances of <type>XNamedGraph</type>
+ This invalidates any instances of XNamedGraph
for the argument.
</p>
@@ -288,7 +288,7 @@ interface XRepository
@returns
an iterator over all RDF statements in the repository that match
the parameters, represented as an
- enumeration of <type>Statement</type>
+ enumeration of Statement
@throws RepositoryException
if an error occurs when accessing the repository.
@@ -347,7 +347,7 @@ interface XRepository
@returns
an iterator over the query result graph, represented as an
- enumeration of <type>Statement</type>
+ enumeration of Statement
@throws QueryException
if the query is malformed, or evaluation fails
diff --git a/offapi/com/sun/star/rdf/XRepositorySupplier.idl b/offapi/com/sun/star/rdf/XRepositorySupplier.idl
index 51692c1c522b..6218385f8e46 100644
--- a/offapi/com/sun/star/rdf/XRepositorySupplier.idl
+++ b/offapi/com/sun/star/rdf/XRepositorySupplier.idl
@@ -37,7 +37,7 @@ interface XRepositorySupplier
/** provides the RDF Repository associated with this object.
@returns
- an object of type <type>XRepository</type>
+ an object of type XRepository
*/
XRepository getRDFRepository();