diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-11 03:07:49 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-11 13:47:43 +0100 |
commit | 053103915717e41436b7a397d9cfa3ea0e3519cc (patch) | |
tree | 31bcc0b4da53d8d9d79bb3abfa18856f6dc47a15 /bean | |
parent | 69db01422057771d462287e84352b48fc773a845 (diff) |
neither doxygen nor javadoc make use of <type scope="…"> annotations
even more so when they are invalid xml.
Thus obsolete since the switch from autodoc to doxygen, see also
https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html
Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 7623ad8a71bb..5d79c21492fe 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -923,12 +923,12 @@ public class OOoBean // @requirement FUNC.BEAN.PROG/0.5 // @requirement API.SIM.SEAP/0.2 - /** returns the <type scope="com::sun::star::frame">Frame</a> + /** returns the com::sun::star::frame::Frame of the bean. @return a Java class which implements all interfaces which the service - <type scope="com::sun::star::frame">Frame</a> implements. + com::sun::star::frame::Frame implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. @@ -947,11 +947,11 @@ public class OOoBean // @requirement FUNC.BEAN.PROG/0.5 // @requirement API.SIM.SEAP/0.2 - /** returns the <type scope="com::sun::star::frame::Controller"> of the bean. + /** returns the com::sun::star::frame::Controller of the bean. @return a Java class which implements all interfaces which the service - <type scope="com::sun::star::frame">Controller</a> implements. + com::sun::star::frame::Controller implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. @@ -974,12 +974,12 @@ public class OOoBean // @requirement FUNC.BEAN.STOR/0.4 // @requirement FUNC.BEAN.PRNT/0.4 // @requirement API.SIM.SEAP/0.2 - /** returns the <type scope="com::sun::star::document::OfficeDocument"> + /** returns the com::sun::star::document::OfficeDocument of the bean. @return a Java class which implements all interfaces which the service - <type scope="com::sun::star::document">OfficeDocument</a> + com::sun::star::document::OfficeDocument implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. |