summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XMethodParameter.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 /udkapi/com/sun/star/reflection/XMethodParameter.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 'udkapi/com/sun/star/reflection/XMethodParameter.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XMethodParameter.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl
index ee09096ce1ab..11c0eb076461 100644
--- a/udkapi/com/sun/star/reflection/XMethodParameter.idl
+++ b/udkapi/com/sun/star/reflection/XMethodParameter.idl
@@ -30,7 +30,7 @@
/** Reflects a method parameter.
- <p>This type is superseded by <type>XParameter</type>, which supports
+ <p>This type is superseded by XParameter, which supports
parameters of service constructors as well as parameters of interface
methods.</p>