summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
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/ucb/WebDAVFolderContent.idl
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/ucb/WebDAVFolderContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/WebDAVFolderContent.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
index ca3e5324d9b2..02b2cd3d819d 100644
--- a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
+++ b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
@@ -41,17 +41,17 @@ module com { module sun { module star { module ucb {
published service WebDAVFolderContent
{
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::lang::XComponent;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::ucb::XContent;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
<p>
@@ -116,44 +116,44 @@ published service WebDAVFolderContent
*/
interface com::sun::star::ucb::XCommandProcessor;
- /** is an enhanced version of <type>XCommandProcessor</type> that has an
+ /** is an enhanced version of XCommandProcessor that has an
additional method for releasing command identifiers obtained via
<member>XCommandProcessor::createCommandIdentifier</member> to avoid
resource leaks. For a detailed description of the problem refer to
<member>XCommandProcessor2::releaseCommandIdentifier</member>.
- <p>Where many existing <type>Content</type> implementations do not
+ <p>Where many existing Content implementations do not
(yet), every new implementation should support this interface.
*/
[optional] interface com::sun::star::ucb::XCommandProcessor2;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertiesChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertyContainer;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::ucb::XCommandInfoChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::container::XChild;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
<p>