diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 21:47:17 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:59 +0200 |
commit | 944eb9902788d8afec9e3f0f65d3b680041e039b (patch) | |
tree | 3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/gallery | |
parent | cdbbbdce9956e290b4a849af332df55da1be8d36 (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/gallery')
-rw-r--r-- | offapi/com/sun/star/gallery/GalleryThemeProvider.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/gallery/GalleryThemeProvider.idl b/offapi/com/sun/star/gallery/GalleryThemeProvider.idl index fdd883d97419..dbb2156f56ee 100644 --- a/offapi/com/sun/star/gallery/GalleryThemeProvider.idl +++ b/offapi/com/sun/star/gallery/GalleryThemeProvider.idl @@ -27,14 +27,14 @@ module com { module sun { module star { module gallery { -/** provides access to a container of <type>GalleryTheme</type>s +/** provides access to a container of GalleryThemes and makes it possible for you to manipulate them. @see XGalleryThemeProvider */ service GalleryThemeProvider { - /** lets you access and create <type>GalleryTheme</type>s + /** lets you access and create GalleryThemes */ interface com::sun::star::gallery::XGalleryThemeProvider; |