summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/ObjectInspector.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/inspection/ObjectInspector.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/inspection/ObjectInspector.idl')
-rw-r--r--offapi/com/sun/star/inspection/ObjectInspector.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl
index 8681b73aa3c2..bb013894c985 100644
--- a/offapi/com/sun/star/inspection/ObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/ObjectInspector.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module inspection {
<p>Even more, the inspector can optionally display a help section at the bottom of its
window, which can display arbitrary (context-sensitive) help texts.</p>
- <p>An <type>ObjectInspector</type> needs one or more property handlers which describe
+ <p>An ObjectInspector needs one or more property handlers which describe
the facets of an inspected component - without such handlers, the inspector window will simply
stay empty.</p>
@@ -53,7 +53,7 @@ module com { module sun { module star { module inspection {
<p>Since property handlers might have the need to raise UI, they will be created with a context
value named "DialogParentWindow", which contains an XWindow which should be used as parent of
any windows to raise.<br/>
- If the <type scope="com::sun::star::uno">XComponentContext</type> in which the <type>ObjectInspector</type>
+ If the <type scope="com::sun::star::uno">XComponentContext</type> in which the ObjectInspector
was created already contains such a value, it is not overwritten. Only if it doesn't, the inspector
will add an own value - which contains the inspector's main window - to the context when creating
handlers.</p>
@@ -75,7 +75,7 @@ service ObjectInspector : XObjectInspector
*/
createDefault();
- /** creates an instance of the ObjectInspector, using a given <type>ObjectInspectorModel</type>
+ /** creates an instance of the ObjectInspector, using a given ObjectInspectorModel
@throws ::com::sun::star::lang::IllegalArgumentException
if <arg>Model</arg> is <NULL/>.