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
This commit is contained in:
Christian Lohmaier
2016-03-11 03:07:49 +01:00
parent 69db014220
commit 0531039157

View File

@@ -923,12 +923,12 @@ public class OOoBean
// @requirement FUNC.BEAN.PROG/0.5 // @requirement FUNC.BEAN.PROG/0.5
// @requirement API.SIM.SEAP/0.2 // @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. of the bean.
@return @return
a Java class which implements all interfaces which the service 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. Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded. This feature might be implemented by UNO or explicitly coded.
@@ -947,11 +947,11 @@ public class OOoBean
// @requirement FUNC.BEAN.PROG/0.5 // @requirement FUNC.BEAN.PROG/0.5
// @requirement API.SIM.SEAP/0.2 // @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 @return
a Java class which implements all interfaces which the service 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. Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded. 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.STOR/0.4
// @requirement FUNC.BEAN.PRNT/0.4 // @requirement FUNC.BEAN.PRNT/0.4
// @requirement API.SIM.SEAP/0.2 // @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. of the bean.
@return @return
a Java class which implements all interfaces which the service a Java class which implements all interfaces which the service
<type scope="com::sun::star::document">OfficeDocument</a> com::sun::star::document::OfficeDocument
implements. implements.
Thus, methods can be called directly without queryInterface. Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded. This feature might be implemented by UNO or explicitly coded.