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/presentation | |
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/presentation')
12 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/presentation/CustomPresentationAccess.idl b/offapi/com/sun/star/presentation/CustomPresentationAccess.idl index d6c49c794965..053a78647203 100644 --- a/offapi/com/sun/star/presentation/CustomPresentationAccess.idl +++ b/offapi/com/sun/star/presentation/CustomPresentationAccess.idl @@ -34,14 +34,14 @@ published service CustomPresentationAccess /** This is the container of the custom presentations. <p>Each instance in this container implements the service - <type>CustomPresentation</type>. + CustomPresentation. <p>The methods insertByName and replaceByName both replace - the name of the given <type>CustomPresentation</type> + the name of the given CustomPresentation */ interface com::sun::star::container::XNameContainer; /** This interface lets you create empty instances of - the service <type>CustomPresentation</type>. + the service CustomPresentation. <p>These services are needed for the <code>insertByName</code> and <code>replaceByName</code> methods of this service diff --git a/offapi/com/sun/star/presentation/DrawPage.idl b/offapi/com/sun/star/presentation/DrawPage.idl index 2abde0f3906d..6ee4f665174f 100644 --- a/offapi/com/sun/star/presentation/DrawPage.idl +++ b/offapi/com/sun/star/presentation/DrawPage.idl @@ -33,7 +33,7 @@ /** This is the service provided by a <type scope="com::sun::star::drawing">DrawPage</type> inside a - <type>PresentationDocument</type>. + PresentationDocument. @see PresentationDocument */ diff --git a/offapi/com/sun/star/presentation/Presentation.idl b/offapi/com/sun/star/presentation/Presentation.idl index 1cc5930aae8b..7bfba46e6367 100644 --- a/offapi/com/sun/star/presentation/Presentation.idl +++ b/offapi/com/sun/star/presentation/Presentation.idl @@ -29,8 +29,8 @@ /** This service is a presentation that is available from a - <type>PresentationDocument</type> via the - <type>XPresentationSupplier</type> interface. + PresentationDocument via the + XPresentationSupplier interface. */ published service Presentation { diff --git a/offapi/com/sun/star/presentation/Presentation2.idl b/offapi/com/sun/star/presentation/Presentation2.idl index 1feb0c7533e3..406f042450f5 100644 --- a/offapi/com/sun/star/presentation/Presentation2.idl +++ b/offapi/com/sun/star/presentation/Presentation2.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module presentation { -/** enhances the Presentation service to give access to a <type>XPresentation2</type> interface. +/** enhances the Presentation service to give access to a XPresentation2 interface. @since OOo 3.0 */ @@ -35,7 +35,7 @@ service Presentation2 service Presentation; /** enhances the XPresentation interface to give access to - a <type>XSlideShowController</type> and + a XSlideShowController and to start a presentation with arguments. */ interface com::sun::star::presentation::XPresentation2; diff --git a/offapi/com/sun/star/presentation/PresentationDocument.idl b/offapi/com/sun/star/presentation/PresentationDocument.idl index 97640aae6f3e..77be179a427e 100644 --- a/offapi/com/sun/star/presentation/PresentationDocument.idl +++ b/offapi/com/sun/star/presentation/PresentationDocument.idl @@ -40,20 +40,20 @@ service PresentationDocument only in a presentation application <ul> - <li><type>TitleTextShape</type></li> - <li><type>OutlinerShape</type></li> - <li><type>SubtitleShape</type></li> - <li><type>GraphicObjectShape</type></li> - <li><type>PageShape</type></li> - <li><type>OLE2Shape</type></li> - <li><type>ChartShape</type></li> - <li><type>NotesShape</type></li> - <li><type>HandoutShape</type></li> - <li><type>HeaderShape</type></li> - <li><type>FooterShape</type></li> - <li><type>SlideNumberShape</type></li> - <li><type>DateTimeShape</type></li> - <li><type>DocumentSettings</type></li> + <li>TitleTextShape</li> + <li>OutlinerShape</li> + <li>SubtitleShape</li> + <li>GraphicObjectShape</li> + <li>PageShape</li> + <li>OLE2Shape</li> + <li>ChartShape</li> + <li>NotesShape</li> + <li>HandoutShape</li> + <li>HeaderShape</li> + <li>FooterShape</li> + <li>SlideNumberShape</li> + <li>DateTimeShape</li> + <li>DocumentSettings</li> <li><type scope="textfield">Header</type></li> <li><type scope="textfield">Footer</type></li> <li><type scope="textfield">DateTime</type></li> diff --git a/offapi/com/sun/star/presentation/Shape.idl b/offapi/com/sun/star/presentation/Shape.idl index 4629be15971a..69cc0fa6ba79 100644 --- a/offapi/com/sun/star/presentation/Shape.idl +++ b/offapi/com/sun/star/presentation/Shape.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module presentation { -/** this service is supported from all shapes inside a <type>PresentationDocument</type>. +/** this service is supported from all shapes inside a PresentationDocument. This usually enhances objects of type <type scope="com::sun::star::drawing">Shape</type> with diff --git a/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl b/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl index 8dfe2cf82ffb..aca8f8a33dc2 100644 --- a/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl +++ b/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl @@ -38,7 +38,7 @@ published interface XCustomPresentationSupplier: com::sun::star::uno::XInterface { /** @returns - the <type>CustomPresentation</type>. + the CustomPresentation. */ com::sun::star::container::XNameContainer getCustomPresentations(); diff --git a/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl b/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl index 2dece8cff3e6..bc3c2cb46ac2 100644 --- a/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl +++ b/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl @@ -32,7 +32,7 @@ */ published interface XHandoutMasterSupplier: com::sun::star::uno::XInterface { - /** returns the <type>DrawPage</type>. + /** returns the DrawPage. */ com::sun::star::drawing::XDrawPage getHandoutMasterPage(); }; diff --git a/offapi/com/sun/star/presentation/XPresentation.idl b/offapi/com/sun/star/presentation/XPresentation.idl index 21f851d07967..c673fe278d52 100644 --- a/offapi/com/sun/star/presentation/XPresentation.idl +++ b/offapi/com/sun/star/presentation/XPresentation.idl @@ -27,7 +27,7 @@ /** With this interface you can control any object that implements - a <type>Presentation</type>. + a Presentation. */ published interface XPresentation: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl index ab9acda0db65..f6712362ff6c 100644 --- a/offapi/com/sun/star/presentation/XPresentation2.idl +++ b/offapi/com/sun/star/presentation/XPresentation2.idl @@ -30,7 +30,7 @@ /** enhances the XPresentation interface to give access to - a <type>XSlideShowController</type> and + a XSlideShowController and to start a presentation with arguments. @since OOo 3.0 diff --git a/offapi/com/sun/star/presentation/XSlideShow.idl b/offapi/com/sun/star/presentation/XSlideShow.idl index 0cc95dbd7a47..da8a12c73e4f 100644 --- a/offapi/com/sun/star/presentation/XSlideShow.idl +++ b/offapi/com/sun/star/presentation/XSlideShow.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module presentation { be displayed simultaneously on multiple targets.<p> Note: To control a running slide show inside a presentation, please - use <type>XPresentation2</type> and <type>XSlideShowController</type>. + use XPresentation2 and XSlideShowController. @since OOo 3.0 */ diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index 0dfc70c4a9ef..c0c557866a01 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -39,7 +39,7 @@ interface XSlideShowController /** returns true if the slide show is still running. If this returns false, this component is already disposed. You can start a new slide show and get a new instance - of <type>XSlideShowController</type> from <type>XPresentation2</type> + of XSlideShowController from XPresentation2 */ boolean isRunning(); @@ -239,10 +239,10 @@ interface XSlideShowController [attribute] long PenColor; - /** returns the actual <type>XSlideShow</type> instance that runs the + /** returns the actual XSlideShow instance that runs the slide show. <br>Normally all navigation should be done using this controller and - not the <type>XSlideShow</type> itself. */ + not the XSlideShow itself. */ XSlideShow getSlideShow(); }; |