summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextContent.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/text/TextContent.idl
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/text/TextContent.idl')
-rw-r--r--offapi/com/sun/star/text/TextContent.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index 361cb25b2a9e..3f97b2e6070e 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -28,13 +28,13 @@
module com { module sun { module star { module text {
/** is an object which can be anchored in a text, like instances of
- <type>TextFrame</type> or <type>TextField</type>.
+ TextFrame or TextField.
- <p>If the concrete <type>TextContent</type> has a textual
+ <p>If the concrete TextContent has a textual
representation which fades into the surrounding text, then
- <type>XTextField</type> is used.
+ XTextField is used.
- <p>If the concrete <type>TextContent</type> has a "floating" object,
+ <p>If the concrete TextContent has a "floating" object,
like a graphic, <type scope="com::sun::star::drawing">XShape</type>
is used.
@@ -54,7 +54,7 @@ published service TextContent
interface com::sun::star::text::XTextContent;
/** specifies how the text content is attached to its surrounding
- <type>Text</type>.
+ Text.
*/
[optional, property] com::sun::star::text::TextContentAnchorType AnchorType;